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.

CCS/TMS570LS3137: #10099-D program will not fit into available memory. placement with alignment fails for section ".cinit" size 0x2f (CAN bus bootloader)

Part Number: TMS570LS3137
Other Parts Discussed in Thread: HALCOGEN

Tool/software: Code Composer Studio

I going to upload firmware on tms570ls3137 over CAN, using "CAN Bus Bootloader". According to (SPNA241) "CAN Bus Bootloader for Hercules™ Microcontrollers" the following settings must be made for the linker.

The settings for my board are identical. But after build I get "Failed memory allocatioins".

I tried to combine FLASH_CODE and FLASH0 into one.
FLASH_CODE (RX) : origin=0x00010040 length=0x1EFFC0 fill=0xFFFFFFFF
Evrything is fit, but I get another error - "failed to read null: failed to read"

How I can fix that issue?