Other Parts Discussed in Thread: C2000WARE
Tool/software: Code Composer Studio
Hi all,
The linker command am using C:\ti\c2000\C2000Ware_1_00_01_00\device_support\f2837xd\common\cmd\2837xD_RAM_lnk_cpu1.cmd
2837xD_RAM_lnk_cpu1.cmd", line 53: error #10099-D: program will not fit into available memory. placement with alignment/blocking fails for section ".text" size 0x15cf page 0. Available memory ranges:
RAMM0 size: 0x2de unused: 0x7 max hole: 0x7
RAMD0 size: 0x800 unused: 0x50 max hole: 0x50
RAMLS0 size: 0x800 unused: 0x4c1 max hole: 0x4c1
RAMLS1 size: 0x800 unused: 0x800 max hole: 0x800
RAMLS2 size: 0x800 unused: 0x800 max hole: 0x800
RAMLS3 size: 0x800 unused: 0x800 max hole: 0x800
RAMLS4 size: 0x800 unused: 0x800 max hole: 0x800
The section defined at line 53 is .text : >>RAMM0 | RAMD0 | RAMLS0 | RAMLS1 | RAMLS2 | RAMLS3 | RAMLS4, PAGE = 0
Is it trail and error to find the text size?
Which section can club to section to increase, please let me know
Thanks