Is there a way to link the bootloader with the Fixed RTOS in ROM lookup table (RCFG) in address 0x100 to 0x600
that is created by the App.
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.
Hi Bitkiller,
It is unfortunately not possible to fix this easily. Future devices with new ROM will look for RCFG in flash page 1 instead (0x1000) allowing the first page to be used for custom boot loaders.
Regards,
Svend
Hi Bitkiller,
Sorry for the late response, I have been out for a while.
Using IAR you can simply set up a new workspace and use CC26XXWARE. The only things you need is startup_files/startup_iar.c and startup_files/ccfg.c + a main method.
If have attached an example bare-bones project echoing UART that might be helpful.
You will need to change the CC26XXWARE variable to match your setup and re-open the workspace again before compiling.
Regards,
Svend