Skip to main content
Icont.1
Associate III
October 15, 2021
Solved

Stm32H7b3i DK st-link failed

  • October 15, 2021
  • 2 replies
  • 849 views

I have a stm32h7b3i dk, after loading a program created by me (with stlink firmware update) I can no longer connect, to load another sample project.

This topic has been closed for replies.
Best answer by Amel NASRI

Hi @Icont.1​ ,

I suggest you to make sure that your power supply configuration is aligned with real hardware setup.

As explained in the article Unable to connect to STM32H7 devices, most of the boards have the supply directly from SMPS (if available in MCU), which requires the PWR_DIRECT_SMPS_SUPPLY parameter to be set. But STM32CubeMX generated projects might have PWR_LDO_SUPPLY option by default.

-Amel

2 replies

Amel NASRI
Amel NASRIBest answer
Technical Moderator
October 15, 2021

Hi @Icont.1​ ,

I suggest you to make sure that your power supply configuration is aligned with real hardware setup.

As explained in the article Unable to connect to STM32H7 devices, most of the boards have the supply directly from SMPS (if available in MCU), which requires the PWR_DIRECT_SMPS_SUPPLY parameter to be set. But STM32CubeMX generated projects might have PWR_LDO_SUPPLY option by default.

-Amel

To give better visibility on the answered topics, please click on "Best Answer" on the reply which solved your issue or answered your question.
Icont.1
Icont.1Author
Associate III
October 19, 2021

thanks