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.
../2837xD_FLASH_lnk_cpu1.cmd", line 82: 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. run placement with alignment/blocking fails for section ".stack" size 0x400 page 1. Available memory ranges:
RAMM1 size: 0x3f8 unused: 0x3f8 max hole: 0x3f8
error #10010: errors encountered during linking;
Could you please help me with the above error...?
Hi,
As mentioned in the error message, the stack size is 0x400 and RAMM1 only has 0x3f8 bytes available.
Please update the stack size or use a different memory region as needed.
Stack size can be changed in Project Properties->C2000 Linker-> Basic options
Regards,
Veena