This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Error during build

Other Parts Discussed in Thread: CONTROLSUITE

Hi,

I got the following error while trying to build my code. I am using "F2802x_Headers_nonBIOS.cmd" as my linker command file. My code has an uninitialised array of size 512. Can somebody help me understand how "F2802x_generic_ram.cmd" comes into picture?  Thanks in advance.

*******************************************

"C:/ti/controlSUITE/development_kits/C2000_LaunchPad/f2802x_examples/adc_temp_sensor/../../F2802x_common/cmd/F2802x_generic_ram.cmd", line 117: error:
program will not fit into available memory. run placement with
alignment/blocking fails for section ".stack" size 0x200 page 1. Available
memory ranges:
RAMM1 size: 0x400 unused: 0xb7 max hole: 0xb6
.stack : > RAMM1, PAGE = 1
warning: entry-point symbol other than "_c_int00" specified: "code_start"
error: errors encountered during linking; "Example_F2802xAdcTempSensor.out" not
built

*********************