2020-05-20 06:00 PM
Hello,
I have problem with a custom STM32f769_Disc based board. It was working nomal and i activarte the Read Out Protection level 2 (ROP by mistake) from ST-Link, and the st-link stopped working and i can't program it anymore From IAR / St-Link /STM32CubeProgrammer .
How can i Disable Read Out Protection (level 2) ??????.
Please help.
Thank you.
2020-05-20 07:45 PM
>>How can i Disable Read Out Protection (level 2) ??????
You can't, that's the whole point.
ONCE AND DONE!
2020-05-21 06:06 AM
thank you for your answer,
soo what have i do now ???
how i can program it again ??
2020-05-21 07:52 AM
Clive's answer was clear enough, wasn'it? Check the corresponding RM.
Your board is for the bin now (given that the program present in the flash doesn't suit your needs).
2020-05-21 08:17 AM
Reposting the response to PM
You've permanently broken it, it is not recoverable.
Normally you have software on the board you want to protect, and that software would provide alternate means of interaction. Usually this would be a loader which is never erased, but allows for secure updates of other application code.
Perhaps you know someone locally who can remove and replace the STM32 IC on the board?