Hi all
I am generating a C-code for a simulink model and i am running it on a eZdsp 28335 board. The code is getting generated fine (in ccsv3.3) till a sample time of 200micro sec. But if i keep
a sampling time of 100micro secs, the following error pops up during linking.
"run placement fails for object ".ebss", size 0x50d8 (page 1). Available ranges: RAML0L3 size: 0x4000 unused: 0x3af4 max hole: 0x3af4 "
Can someone help me understanding what the problem is? and how i need to debug it!