2021-10-15 03:43 AM
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.
Solved! Go to Solution.
2021-10-15 05:27 AM
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 Accept as Solution on the reply which solved your issue or answered your question.
2021-10-15 05:27 AM
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 Accept as Solution on the reply which solved your issue or answered your question.
2021-10-19 12:55 AM
thanks