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.
Tool/software: TI-RTOS
Hello,
At compile time I have disabled bootloader access in my CCFG table by setting the appropriate macros in my ccfg.c file. However, I want to have the ability to change the CCFG table at runtime so that I can enable access to the bootloader and the bootloader backdoor at will, which will then allow me to perform a firmware upgrade. Finally, after the firmware upgrade completes I would like to disable bootloader access again until it's time to perform another firmware upgrade. I have a couple of questions:
Thanks,
Keron