This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
在编译时,>> 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执行,掉电后程序无法运行
请问是什么原因?
对于flash地址分配有个疑问?
FLASHA 003f4000
FLASHB 003f0000
FLASHH 003d8000
FLASHC 003ec000
FLASHB是PAGE1,FALSHA与FLASHC后面的地址被分割,
1、那么怎么样才能连续使用这些后面的地址呢?
2、程序是只能放在FLASHA中么?