hi
I am using the TMS320F2837xS device with its default RAM_lnk.cmd file and i am getting the "program will not fit into available memory" error .
can somebody please provide me with a solution how i can modify the cmd file (i am all ready using the max compiler optimization ) .
my final program will run from flash (only my main ISR will run from RAM) but i sow many examples that use RAM for debugging , can you please explain me the difference of debugging from RAM vs FLASH? maybe i am wrong and i just need to run everything from flash?
"../28377S_RAM_lnk.cmd", line 50: error #10099-D: program will not fit into available memory. placement with alignment/blocking fails for section ".text" size 0x1b96 page 0. Available memory ranges:
RAMM0 size: 0x2de unused: 0x2 max hole: 0x2
RAMD0 size: 0x800 unused: 0x0 max hole: 0x0
RAMLS0 size: 0x800 unused: 0x7 max hole: 0x7
RAMLS1 size: 0x800 unused: 0x6a7 max hole: 0x6a7
RAMLS2 size: 0x800 unused: 0x800 max hole: 0x800
RAMLS3 size: 0x800 unused: 0x800 max hole: 0x800
RAMLS4 size: 0x800 unused: 0x800 max hole: 0x800
best regards
Mark