Part Number: TMS320F280049C
Other Parts Discussed in Thread: SYSCONFIG, C2000WARE
Tool/software:
Hello,
I am using F280049C MCU for my project and try to configure GPIO with sysconfig. In the project I both use sysconfig and bitfield approach. I use sysconfig 1.22.0
So far I set 6 GPIOs. When I try to set the 7th, the compiler or the linker provide below error:
Description Resource Path Location Type
#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 0x273f page 0. Available memory ranges: 28004x_generic_flash_lnk.cmd /HiPE_HVLV_DCDC_concept_SW_V3/Linker_command_files line 77 C/C++ Problem
In the console below error message is seen:
"../Linker_command_files/28004x_generic_flash_lnk.cmd", line 77: 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 0x273f page 0. Available memory ranges:
FLASH_BANK0_SEC2 size: 0x1000 unused: 0x0 max hole: 0x0
FLASH_BANK0_SEC3 size: 0x1000 unused: 0x8cc max hole: 0x8cc
FLASH_BANK0_SEC5 size: 0x1000 unused: 0x1000 max hole: 0x1000
error #10010: errors encountered during linking; "HiPE_HVLV_DCDC_concept_SW_V3.out" not built.
I guess it says the error is about the memory but my college could set much more GPIO with sysconfig 1.19.00.
Also the error is also seen when I try to set 4 GPIO with the "Write Initial Value" selected.
Can anybody help me about this?



