I have read SPRUHM8G TRM and more specifically section 2.13. However, I am not getting the expected result.
Goal: In our use case, I don't want to secure the contents of flash , and RAM. However, I do want that something (JTAG, C2prog.. or any other tool) from outside is unable to access the code.
It is my understanding that ECSL locking would achieve that goal.
So this is what I did:
I programmed a 64 bit pass word at location 0x78028 and left everything else untouched. Using this methodology , I am still able to connect using the JTAG and CCS. However, I do get a message "C28xx_CPU1: Warning: Failed unlocking device (zone 1) after reset." but this seems to have no effect on CCS's ability to connect to the target system.
Can you please elaborate or describe the steps I need to take in order to achieve the above mentioned goal.
Thanks