Skip to main content
Visitor II
August 30, 2020
Solved

My on board ST link V3 cannot work?

  • August 30, 2020
  • 1 reply
  • 805 views

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:

0693W000002liNfQAI.png

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

    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.​

    1 reply

    Graduate II
    August 30, 2020

    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.​

    RZHU.1Author
    Visitor II
    August 30, 2020

    Thanks so much!

    I just switch the SW1 to set the boot0 HIGH, then it works!