I wanted to protect my device from debugging. To do so, I wrote at the beginning of my program : FLASH_PermanentDebugPrConfig(ENABLE);. I am using Anglia IDEalist with the Wiggler (I also have the Rlink). Now I would like to disable the debug protection but I can't write any code into my device (STR712FR2T6). I found some code to disable the protection but I don't know how to program it. Can I still program my device ? Thanks Alex
if you set the debug protection on a blank str71x then the device is now useless.
The only way to recover is for the firmware in flash to either temporary/permanently unprotect the device. see the flash programming guide for more info. Cheers sjo