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.

CC2652R: CC2652R1

Part Number: CC2652R

hello sir,

I use internal flash, and its working

I just want to update my linker file so data present in internal flash and program HEX cant be over write.

we try to update file but it can't. 

Thanks 

Akshay

  • Hello Akshay,

    This would be just like the RESERVED_FLASH_SIZE implementation for the existing BLE command linker file examples.  Make sure that your FLASH section is configured to acknowledge and not intersect the desired memory region used by your application.  The linker will notify you of any errors and you can view the output memory allocations from the generated .map file.

    Regards,
    Ryan