下载flash时有如下报错
<Linking>
"../F28069.cmd", line 126: error #10099-D: program will not fit into available memory. placement with alignment/blocking fails for section ".text" size 0x4d32 page 0. Available memory ranges:
FLASHA size: 0x3f80 unused: 0x3c05 max hole: 0x3c05
如何修改cmd文件增大flash:
.cinit : > FLASHA, PAGE = 0
.pinit : > FLASHA, PAGE = 0
.text : > FLASHA, PAGE = 0
codestart : > BEGIN, PAGE = 0
.text处如何改呢?看map文件FLASHC,D,E,F,G,H都是空的
Seven Han:
你好,按照链接中修改.text
Frequently Asked Questions
Q: The linker says "placement fails for object '.text' ". How can I make more memory available for .text?