Other Parts Discussed in Thread: UNIFLASH
Tool/software: Code Composer Studio
I am having an issue with BOOT mode of the controller. I followed the steps in this thread:
https://e2e.ti.com/support/microcontrollers/c2000/f/171/t/810249
Something we are not totally sure is if after programming OTP registers we are still able to debug using code composer, we did this change to our command linker file (cmd):
We have understood that we only need to change the values for 2 registers, the BOOTPIN_CONFIG and the BOOTDEF_LOW, to change them we run the following step:
Our final goal was to make the controller boot from flash since whenever you do a power cycle of the unit, the main application does not run. After loading this code we got the following error:
It seems the controller got locked and we couldn't unlock it. Could it be that the way we configured the OTP registers is wrong and by doing what we did we locked it?