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.

Compiler/TMS570LC4357: Program will not fit into available memory - Section ".intvecs" size 0x20

Part Number: TMS570LC4357
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