Other Parts Discussed in Thread: HALCOGEN
Tool/software: TI C/C++ Compiler
Hallo TI Team,
I am using TMS570LC4357 MCU and created a freertos project and during the build process, I am getting the following error.
error #10099-D: program will not fit into available memory. placement with alignment fails for section ".intvecs" size 0x20 . Available memory ranges:
VECTORS size: 0x20 unused: 0x20 max hole: 0x20
I viewed the .map file and the configurations are as follows:
MEMORY CONFIGURATION
name origin length used unused attr
---------------------- -------- --------- -------- -------- ---- --------
VECTORS 00000000 00000020 00000008 00000018 X
SECTION ALLOCATION MAP
output
section page origin length attributes/input sections
-------- ---- ---------- ---------- ----------------
.intvecs 0 00000000 00000038 FAILED TO ALLOCATE
Please let me know, how can I solve this problem and what is the cause for this?
Thanks & regards
Poorna