2008-05-07 01:04 PM
2008-04-07 03:12 AM
Hello !!
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 Alex2008-04-07 06:21 AM
It's me again. I finally choose to replace the microcontroller by a new one.
But if you have an answer to my previous question I would be happy to read it.2008-05-07 01:04 PM
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