admin 发表于 2014-1-8 09:15
u8 a __attribute__((at(0x20000001)));
u8 b __attribute__((at(0x20000100)));
admin 发表于 2014-1-8 09:40
是的,16为这么写 u16 c __attribute__((at(0x2000 0x00)))
u8 shuzhu[5] __attribute__((at(0x2000 ...
admin 发表于 2014-1-8 10:17
u8 不是标准的8bit 看你代码里面 有没有定义 u8
可以直接定义 unsigned char ; unsigned int ...
admin 发表于 2014-1-8 11:42
变量 RAM直接定义。如果要在FLASH,得用const。如果要绝对定位。
要用 const unsigned char DATAF[10] __at ...
admin 发表于 2014-1-8 15:10
程序运行中未实现功能,原因就多了。是不是数组溢出、变量被覆写,
怀疑变量 可以一步步Debug看看。
...
欢迎光临 牛卧堂MCU技术交流 (http://nuvoton-mcu.com/) | Powered by Discuz! X3.2 |