Skip to main content
CSeto.1
Associate
March 16, 2020
Solved

Board does not boot after readout protection enabled.

  • March 16, 2020
  • 1 reply
  • 1059 views

I have a project based on an Stm32F767. If I load the hex file and then manually enable readout protection to level 1 with the STLinkV2 utility, the board fails to begin to execute code after reset. Why? What is the correct way to use this feature?

This topic has been closed for replies.
Best answer by Tesla DeLorean

Try cycling the power.

Have your code output signs of life early in the Reset_Handler so you can see what is happening.​

1 reply

Tesla DeLorean
Tesla DeLoreanBest answer
Guru
March 16, 2020

Try cycling the power.

Have your code output signs of life early in the Reset_Handler so you can see what is happening.​

Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
CSeto.1
CSeto.1Author
Associate
March 16, 2020

Thanks Clive, this turned out to be it. The board needs an actual power cycle, not just a return to POR via hardware reset assertion.