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.

allocation and memory map at 2808

Other Parts Discussed in Thread: TMS320F2808

Hallo, i work with TMS320F2808.

I've written some code and want to debug it. So, with common cmd file i see this:

\DSP280x_common\\cmd\\2808_RAM_lnk.cmd", line 113: error:
   placement fails for object ".text", size 0x2055 (page 0).  Available ranges:
   RAML0        size: 0x1000       unused: 0x1000       max hole: 0x1000   

where RAML0      : origin = 0x008000, length = 0x001000

Ok then, i watched to datasheet. 2808 have a lot RAM at two places - from 0x008000 to 0x00C000 and from 0x3F8000 to 0x3FC000.

So, i wrote  RAML0      : origin = 0x008000, length = 0x002500

Program has linked correctly. But i cannot load it to controller. CCSv3 says "Data verification failed at 0x8000. Check device and memory map."

How can i use all sections of RAM?