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.

CC2541 const code size limitation to 32kB

Hello,

I'm storing constant font-data on the peripheral device ( >32k ). I can handle this problem by setting the Prefix __code to some constants - and by using a lot of __generic pointers.

 215 576 bytes of CODE  memory (+             46 552 range fill )
      35 bytes of DATA  memory (+ 84 absolute )
   7 797 bytes of XDATA memory
     194 bytes of IDATA memory
       8 bits  of BIT   memory
  32 741 bytes of CONST memory

Could I savely increase the const memory area in the linker description file?