Other Parts Discussed in Thread: CONTROLSUITE
I am converting a project to a tms329f28035. The project compiles but the linker fails with the following error.
>> Compilation failure
makefile:214: recipe for target 'Example_2803xLEDBlink.out' failed
"C:/ti/controlSUITE/device_support/f2803x/v130/DSP2803x_common/cmd/28035_RAM_lnk.cmd", line 119: error:
program will not fit into available memory. run placement with
alignment/blocking fails for section ".ebss" size 0xd97 page 1. Available
memory ranges:
RAML2 size: 0x300 unused: 0x1db max hole: 0x1db
.ebss : > RAML2, PAGE = 1
error: errors encountered during linking; "Example_2803xLEDBlink.out" not
built
gmake: *** [Example_2803xLEDBlink.out] Error 1
gmake: Target 'all' not remade because of errors.
I am reading the linker command file primer. However, this is my first TI project. Any help is welcome.
Thanks