I'm nervous about experiment with Code Protection.
Can someone confirm for me 1, 2, and 3? (before I accidentally brick my prototype):
To protect my code BUT STILL be able to reprogram my chip, I set the Flash Access Config Registers as:
1.) To prevent reading code: Disable Bootloader, Disable JTAG (TAP/DAP), Disable TI FA
2.) To prevent CCFG sector overwrite: Disable Bank Erase
3.) To allow me to reprogram then debug with CCS (or Flash Program App ): Enable Chip Erase
PS: Separately, where do I set these CCFG values in the BLE example CCS projects? (I remember seeing this somewhere but I can't find.)
Thank you.