Skip to content

Commit dddb9f1

Browse files
fabiobaltiericfriedt
authored andcommitted
boards: nucleo_h745zi_q: enable POWER_SUPPLY_DIRECT_SMPS
The board is fitted with the SMPS components and have no path from VDD_MCU to VDD_LDO. The stm32h7_init code used to default to SMPS on supported SoC but has been changed in 22186c7 to only use SMPS if explicitly configured to do so. This is causing the board to become unresponsive after a power cycle when flashed with the current defconfig, and needs to be started pulling BOOT0 high to be recovered. Setting CONFIG_POWER_SUPPLY_DIRECT_SMPS restores the intended behavior. Signed-off-by: Fabio Baltieri <fabio.baltieri@gmail.com>
1 parent d10cb9b commit dddb9f1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

boards/arm/nucleo_h745zi_q/nucleo_h745zi_q_m7_defconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ CONFIG_SOC_STM32H745XX=y
66
# Board config should be specified since there are 2 possible targets
77
CONFIG_BOARD_NUCLEO_H745ZI_Q_M7=y
88

9+
# Enable the internal SMPS regulator
10+
CONFIG_POWER_SUPPLY_DIRECT_SMPS=y
11+
912
# Enable MPU
1013
CONFIG_ARM_MPU=y
1114

0 commit comments

Comments
 (0)