Skip to main content
Graduate II
June 25, 2024
Solved

ST-Link V2 won't connect after firmware update

  • June 25, 2024
  • 1 reply
  • 8494 views

After I updated ST-Link to firmware version V2J43S7 through STM32 Cube Programmer, I can't connect it to my laptop and program my STM32 F405 Feather board. I have attached the error message to this post.

    This topic has been closed for replies.
    Best answer by Techn

    Try to connect while you press reset

     

    1 reply

    Graduate II
    June 25, 2024

    Is this an Authentic ST-LINK? or boot-leg one?

    If you break the PA13/PA14 pin operation you won't be able to connect. Reset with BOOT0=HIGH to stop running broken user code.

    vs13Author
    Graduate II
    June 25, 2024

    It is an authentic ST-LINK! I've reset the board, but I still can't connect. How would I break the PA13/14 operation?

    Super User
    June 25, 2024

    >How would I break the PA13/14 operation?

    If you set (in CubeMx ) not SWD debug, but use the pins for anything else ; then no more debug, as soon, as your program starts.

    Then only can use bootloader, or hard reset (connect under reset, hard reset ( setting)) to connect.