I have locked the flash with CCS using this locking passwords. With Code Composer I can Lock & unlock the flash, preventing it from reading with CCS.
I can program and erase flash without problem when I unlock the flash using the password, but now if I erase all the flash, and program our application on flash, seems application is not starting,
After Power On, if I attach the debugger, open CCS and Unlock the flash with PWD, and the I Load Symbols, and try to run the application from CCS the application is executed without problem, and DSP is responding SPI commands.
Is it possible DSP is not booting because flash is locked and we are booting from flash??
Is there any else to configure to boot from flash when the flash is locked??