代码搜索:ISRAM

找到约 506 项符合「ISRAM」的源代码

代码结果 506
www.eeworm.com/read/300519/13907853

h mylcd.h

#define Uint16 unsigned int #define Uint32 unsigned long #define uchar unsigned char #define LCD_PORT port3fff #define IsRam port6fff ioport Uint16 LCD_PORT; ioport Uint16
www.eeworm.com/read/462387/7201997

c 44test.c

#include "def.h" #include "option.h" #include #include "k44.h" #include "k44lib.h" #include "wdt.h" #include "timer.h" #include "uart.h" #include "int.h" #include "isram.h" #inclu
www.eeworm.com/read/220263/14845044

asm send.asm

.INCLUDE hardware.inc .DEFINE UART_DATA_SIZE 0x0005; .DEFINE P_WatchDog_Clear 0x7012 .external _v .DATA //发送的数据 //C_SendData: .DW 0x0201,0xffed,0x1818,0x3344,0x66bb .ISRAM C
www.eeworm.com/read/436051/1855331

asm send.asm

.INCLUDE hardware.inc .DEFINE UART_DATA_SIZE 0x0005; .DEFINE P_WatchDog_Clear 0x7012 .external _v .DATA //发送的数据 //C_SendData: .DW 0x0201,0xffed,0x1818,0x3344,0x66bb .ISRAM C
www.eeworm.com/read/359094/10166467

asm isr.asm

//UART以中断方式接收数据程序如下: .include SPCE061A.inc .include DVR.inc .isram .var P_Key_Data,key .text .public _IRQ7 _IRQ7: push r1, r4 to [sp]; R1 = 0x0080; TEST R1, [P_UART_Comma
www.eeworm.com/read/462387/7201963

makefile

PRJ= 44test #INIT= k44init INIT= k44init2 AM1= etcs CM1= k44lib CM2= wdt CM3= timer CM4= uart CM5= int CM6= isram CM7= iflash CM8= iflashl CM9= power CM10= nwait CM11= iflashm ARMLINK