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.

28335 PROGRAM DOESNT FIT INTO AVAILABLE MEMORY

Other Parts Discussed in Thread: CONTROLSUITE

Hi

WHEN WE ARE DUMPING THE CODE,WE GOT AN ERROR AS SHOWN BELOW--PROGRAM DOESNOT FIT INTO AVAILABLE MEMORY..the error message is shown below...please do the needful

**** Build of configuration Debug for project 2833x_board_example ****

C:\ti\ccsv5\utils\bin\gmake -k all
'Building target: Example_2833xGpioToggle.out'
'Invoking: C2000 Linker'
"C:/ti/ccsv5/tools/compiler/c2000_6.1.0/bin/cl2000" -v28 -ml -mt --float_support=fpu32 -g --define="_DEBUG" --define="LARGE_MODEL" --quiet --verbose_diagnostics --diag_warning=225 --issue_remarks --output_all_syms --cdebug_asm_data -z --stack_size=0x300 -m"Example_2833xGpioToggle.map" --warn_sections -i"C:/ti/ccsv5/tools/compiler/c2000_6.1.0/lib" -i"C:/ti/ccsv5/tools/compiler/c2000_6.1.0/include" -i"C:/dsp 2833X/CCSV5_new/WORK/2833x_board_example" -i"C:/ti/controlSUITE/device_support/f2833x/v133/DSP2833x_common/lib" -i"C:/ti/controlSUITE/libs/math/IQmath/v15c/lib" -i"C:/ti/controlSUITE/libs/math/FPUfastRTS/V100/lib" --reread_libs --priority --verbose_diagnostics --issue_remarks --entry_point=code_start --rom_model -o "Example_2833xGpioToggle.out"  -l"rts2800_fpu32_fast_supplement.lib" -l"rts2800_fpu32.lib" "./DSP2833x_usDelay.obj" "./DSP2833x_SysCtrl.obj" "./DSP2833x_PieVect.obj" "./DSP2833x_PieCtrl.obj" "./DSP2833x_GlobalVariableDefs.obj" "./DSP2833x_DefaultIsr.obj" "./DSP2833x_CodeStartBranch.obj" "./DSP2833x_ADC_cal.obj" "./2833x_board_example.obj" -l"IQmath_fpu32.lib" "../28334_RAM_lnk.cmd" "C:/ti/controlSUITE/device_support/f2833x/v133/DSP2833x_headers/cmd/DSP2833x_Headers_nonBIOS.cmd"
"../28334_RAM_lnk.cmd", line 125: warning: memory range not found: RAML1 on

   page 1
   .text            : > RAML1,     PAGE = 1
"../28334_RAM_lnk.cmd", line 125: error: no valid memory range(NULL) available
   for placement of ".text"
   .text            : > RAML1,     PAGE = 1
>> Compilation failure
"../28334_RAM_lnk.cmd", line 125: error: program will not fit into available
   memory.  placement with alignment/blocking fails for section ".text" size
   0x1036 page 1
   .text            : > RAML1,     PAGE = 1
warning: entry-point symbol other than "_c_int00" specified:  "code_start"
error: errors encountered during linking; "Example_2833xGpioToggle.out" not
   built
gmake: *** [Example_2833xGpioToggle.out] Error 1
gmake: Target `all' not remade because of errors.

**** Build Finished ****

thanks and regrds

Joseph