Part Number: TMS320F28379D
Hi,
My array size was unsigned int uiArry[1280]; I am facing issue menetioned below, can anyone resolve this
I observed LS5 address in .cmd file RAMLS5 : origin = 0x00A800, length = 0x000800
From above length array size limited to 1024, but my arry could not have a chance to get down from 1280
"../2837x_FLASH_lnk_cpu1.cmd", line 100: 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 ".ebss" size 0x2540page 1. Available memory ranges:
RAMLS5 size: 0x800 unused: 0x0 max hole: 0x0
RAMGS0 size: 0x1000 unused: 0x6eb max hole: 0x6eb
RAMGS1 size: 0x1000 unused: 0x1000 max hole: 0x1000