Part Number:TMS320F280025C
"../28002x_generic_flash_lnk.cmd", line 51: error #10099-D: program will not fit into available memory, or the section contains a call site that requires a trampoline that can't be generated for this section. placement with alignment/blocking fails for section ".text" size 0x3061 page 0. Available memory ranges:
FLASH_BANK0_SEC2 size: 0x1000 unused: 0x0 max hole: 0x0
FLASH_BANK0_SEC3 size: 0x1000 unused: 0x0 max hole: 0x0
FLASH_BANK0_SEC4 size: 0x1000 unused: 0x0 max hole: 0x0
error #10010: errors encountered during linking; "Inverter6.out" not built
>> Compilation failure
makefile:206: recipe for target 'Inverter6.out' failed
这个是我的错误警报,不知道这个是变量定义过多么,要怎么解决呀
1 1:
我将.text添加了 | FLASH_BANK0_SEC5 就编译成功了 对程序有影响么,FLASH_BANK0_SEC5是空闲(备用)内存么
,
Ben Qin:
你好,这与下帖同一个问题吧?https://e2echina.ti.com/support/microcontrollers/c2000/f/c2000-microcontrollers-forum/499862/tms320f280025c
对程序没有影响,
1 1 说:FLASH_BANK0_SEC5是空闲(备用)内存么
是的,它是可用的。
有关Flash bank 的内容你可以参照datasheet 8.3.2 章节:
,
1 1:
对的一个问题 多谢了