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.

RTOS/CC2640R2F: Moving the Ti rtos symbols to a seperate location

Part Number: CC2640R2F
Other Parts Discussed in Thread: CC2640,

Tool/software: TI-RTOS

Hi,

I'm migrating my application from cc2640 to cc2640r2f with latest BLE stack v3.1.0.

to be compatible to my previous applications I need to keep some data at 0x1000 in flash. since i'm using the RTOS in ROM configuration the RTOS symbols defined in "TIRTOS_ROM.icf" are overlapping at that address.

So, my question is whether I can modify "TIRTOS_ROM.icf" so that I'll offset all the locations by 0x100. will it create any problems or it will work just fine. 

  • Hello,

    No, you can't conflict with or modify the TIRTOS ROM symbols as they are fixed in the ROM. The ROM jump table was moved out of page 0 in CC2640R2F to allow for greater flexibility with firmware updates.

    Best wishes