Afternoon,
My error reads as below:
"../2837xD_FLASH_lnk_cpu1.cmd", line 89: 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 ".ebss" size 0x1a67 page 1. Available memory ranges:
RAMLS5 size: 0x800 unused: 0x658 max hole: 0x648
RAMGS0 size: 0x1000 unused: 0x1000 max hole: 0x1000
RAMGS1 size: 0x1000 unused: 0x1000 max hole: 0x1000
error #10010: errors encountered during linking; "NG_Initial_V2.7_FLASH.out" not built
I seem to have a common problem. I have spent a couple of days reading through the manual on how to allocate areas of memory either by dividing or combining.
I have tried on the FLASH memory (FLASHJ) and i seem to be able to compile but the program grinds to a halt displaying NaN on all variables on the expressions page.
When i try it on RAM i encounter the above error no matter how many sections of RAM i add. Below is the linker file for your consideration please.