PRM文件:
PAGED_RAM INTO /* when using banked addressing for variable data, make sure to specify
the option -D__FAR_DATA on the compiler command line */
RAM_F0, RAM_F1, RAM_F2, RAM_F3, RAM_F4, RAM_F5, RAM_F6, RAM_F7,
RAM_F8, RAM_F9, RAM_FA, RAM_FB, RAM_FC, RAM_FD;
编译后报错:
Link Error : L1102: Out of allocation space in segment RAM_F0 at address 0xF01000
Link Error : Link failed
按照an3784上的介绍,使用全局地址应该可以得到最大64k的连续存储空间,但是一旦定义的数组超过4k,就会出错。作者: strongchen 时间: 2010-2-25 09:42