Tool/software: TI-RTOS
Hi,
I'm trying to write my own RF bootloader for CC1310.
The idea is to put the bootloader in the lower part of flash (0x0000 to 0x7FFF) and the application starting from 0x8000.
Everything works fine if I use BIOS in Flash but, when using ROM bios, I see that a lot of objects are placed in flash at absolute addresses starting from 0x1000.
Is there a way to relocate these objects (for example from 0x9000) to place them in the same flash area reserved for application?
I'd like to use ROM both in Bootloader and application so a fixed address is not possible.