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.