2020-03-16 11:41 AM
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?
Solved! Go to Solution.
2020-03-16 01:56 PM
Try cycling the power.
Have your code output signs of life early in the Reset_Handler so you can see what is happening.
2020-03-16 01:56 PM
Try cycling the power.
Have your code output signs of life early in the Reset_Handler so you can see what is happening.
2020-03-16 02:16 PM
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.