How to reset STM32F777 after read out protection is set to level 1
This may be a dumb question, but how can I correctly reboot a programmed board after setting the read out protection?
Hardware: ST Link-V2
Software : STM32 ST-LINK CLI v3.5.0.0
Connect via SWD freq 4000
- Test programs BOR_LEV=3 and nDBANK=0 > everything is OK.
- .bin Firmware is flashed onto the STM32F777 > everything is OK and the board boots as intended.
- Read out protection level 1 is set (RDP=1), but the board does not reset \ boot up again.
Please note, that I do not have access to the FW code, I only use the .bin file.
The only "solution" I found is to do 2 x power cycles to the whole board, which seems very ineffective and takes a lot of time.
How is the boot process halted and how could I set the tester to reboot the board without time consuming power cycles?
As an off topic question, how could I enable the log feature from the ST-LINK CLI?
I tried the "-Log location\file.txt" but it doesn't work.
From the STM32 ST-LINK Utility the log feature works as intended.
Best regards,
John
