cancel
Showing results for 
Search instead for 
Did you mean: 

stm32f407 protection level 2

BIgor
Associate

Hello. I have set protection level 2 in stm32f407. Now I need to change the project a little bit, but st-link/v2 can't connect to the target. How will I able to reset level 2 and do 'mass erase' that chip?

Thanks.

1 REPLY 1
JTP1
Lead

Hello. Unfortunately RDP level 2 protecton is permanemt and it disables jtag/swd interace and also booting from ram/system memory is disabled.  Only way to update program would be programming it from user flash program, so you should have your own flash loader included to your software.