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.

linker issue : placement fails error even though enough memory is available

Hello,

On my project, running on f28335 using CCS 3.3.82.13, the linking fails with following message :

   placement fails for object ".ramm0", size 0x3a2 (page 1).  Available ranges:
   RAMM0        size: 0x3b0        unused: 0x3b0        max hole: 0x3b0    

 

Basically, it says that my section .ramm0 which is 0x3a2 big does not fit in a 0x3b0 big memory region.

What am I missing ?

 

Kind Regards