2016-01-28 05:18 AM
Using IAR EWARM with ST-Link.
I just set the protection level to Level 1 and now I cannot get in again to change the RDPRT bits back to Level 0Any suggestions? #stm32f303x-read-protection2016-01-28 06:00 AM
Just try USART Boot loader and see if it is working. Level 1 protection can not brick it, could be some other reason.
2016-01-28 06:13 AM
Unfortunately I do not have access to the USART bootloader pins. Looks like I will have to replace the chip on the board.
2016-01-28 06:15 AM
You can also use
http://www.st.com/web/en/catalog/tools/PF258168
to update protection level and come back to Level0.-Mayla-To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2016-01-28 06:37 AM
Thanks! Works perfectly! I am going to add a ''suicide'' command to my prog to change the Level 1 bits to Level 0 to enable me to do this easily from the PC app interface.