Hello all,
I am usiing Code Composer Studio V5.2 (->Expression Window) to debug the content of some RAM memory variables in a TI C2000 application.
The software I am using has a CSM password protection.
When I load the programm to the device and run the program, I can see all variables and the values seem to be reasonable.
After a reset (and re-run the program), all variables do show "0".
I think the problem could be that CSM may be locking the device after reset and I can no longer access the RAM area.
If I modify the software in order to set the CSM password to all 0xFFFF (= no protection), the problem disappears.
Debugging a CSM protected application is a bit arduous this way (since debugging is only possible after reprogram including unlock ... once I generate a reset, the debug opportunity for variable contents is gone)
Do you have any guesses for a solution or a workaround?
I am thinking about a feature that may be unlocking the device (by writiing the correct Code Security Password) "automatically" after applying reset - but I have no idea how to get it into the eclipse environment.