2020-08-29 06:13 PM
The development board is STM32H757I-EVAL which has a ST link V3 on it,but after I download my program (just once) and update the firmware, it cannnot work correctly.
Here is the situation when I try to debug it:
Solved! Go to Solution.
2020-08-29 09:59 PM
Jumper BOOT0 High, power cycle the board a couple of times, when STM32 Cube Programmer can attach, erase the device.
The check the LDO/SMPS and VOS configuration in your code, and if the debug port or pins are being disabled.
2020-08-29 09:59 PM
Jumper BOOT0 High, power cycle the board a couple of times, when STM32 Cube Programmer can attach, erase the device.
The check the LDO/SMPS and VOS configuration in your code, and if the debug port or pins are being disabled.
2020-08-29 11:24 PM
Thanks so much!
I just switch the SW1 to set the boot0 HIGH, then it works!