Tool/software: Code Composer Studio
I am getting the following error:
<Linking>
"../28377S_RAM_lnk.cmd", line 58: error #10099-D: program will not fit into available memory. placement with alignment/blocking fails for section ".cinit" size 0x2e1 page 0. Available memory ranges:
RAMM0 size: 0x2de unused: 0x0 max hole: 0x0
error #10010: errors encountered during linking; "VC_SCIM.out" not built
I have made the following changes :
RAMM0 : origin = 0x000122, length = 0x0012DE //0x0002DE to 0x0012DE
I am getting the following error:
C28xx_CPU1: GEL Output:
Memory Map Initialization Complete
C28xx_CPU1: Loader: One or more sections of your program falls into a memory region that is not writable. These regions will not actually be written to the target. Check your linker configuration and/or memory map.
I need to write some more algorithms in my code and hence need more space.
Any suggestions?