在编译时,>> Compilation failure
FLASHA size: 0x3f80 unused: 0x13 max hole: 0x12
error #10010: errors encountered during linking; "tlcl_10110_v10.out" not built
我把
.econst : > FLASHC, PAGE = 0
IQmath : > FLASHC, PAGE = 0 /* Math Code */
都有FLASHA改为FLASHC,编译通过,但是在DEBUG时,无法下载到FLASH中,只能在RAM执行,掉电后程序无法运行
请问是什么原因?