Other Parts Discussed in Thread: C2000WARE
Hello everyone,
I'm trying to build my first project, so this is probably a dull question.
Yet yesterday I was trying to control a servo motor and it worked fine, today I tried to rebuild my program and I got this warning:
warning #10210-D: creating ".sysmem" section with default size of 0x400; use the -heap option to change the default size
"C:/ti/c2000/C2000Ware_4_01_00_00/device_support/f28002x/common/cmd/28002x_generic_ram_lnk.cmd", line 64: 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 ".sysmem" size 0x400page 0. Available memory ranges:
RAMLS4567 size: 0x2000 unused: 0x12d max hole: 0x12c
error #10010: errors encountered during linking; "F28002x_Project.out" not built
>> Compilation failure
makefile:144: recipe for target 'F28002x_Project.out' failed
gmake[1]: *** [F28002x_Project.out] Error 1
makefile:140: recipe for target 'all' failed
gmake: *** [all] Error 2
Does anyone have any idea how to fix it?
P.S: The file is already linked in project properties -> Build -> C2000 Linker -> File search Path -> C:\ti\c2000\C2000Ware_4_01_00_00\device_support\f28002x\common\cmd\28002x_generic_ram_lnk.cmd
Thank you,