例程里面用户区配置如下:
const uint32_t CONFIG0 __at(0x00300000) = 0x0ED8F127;
const uint32_t CONFIG1 __at(0x00300004) = 0x00C0FF3F;
const uint32_t CONFIG2 __at(0x00300008) = 0x1fffe000;
const uint32_t CONFIG3 __at(0x0030000c) = 0x0000ffff;
计算CONFIG2这样设置后,APROM区大小为56K,
如果代码体积较大,比如57K,需要改变CONFIG2的值吗?比如0x1fffe000改为0x17ffe800。
更多回帖