STM32H755 Nucleo and PWR_DIRECT_SMPS_SUPPLY
Hi,
I'm using an STM32H755ZIQ Nucleo and migrating an old project in CubeMX 6.8.
The RCC > supply source > PWR_DIRECT_SMPS_SUPPLY option has been removed from CubeMX, which was the default previously.
I tried the two available options (External / LDO), both lock up the board and require full chip erase to continue.
I have read this knowledge article which suggests that the solution is to "Make sure that you fixed the power-supply configuration in your project". However the only available options do not work. If I manually put int the SMPS option again, it works.
I've read many posts relating to this issue, mostly about how to revive the board, but I haven't found an explanation for why the option is removed form CubeMX and why I (presumably) shouldn't be using that option any more.
If anyone can shed some light on how I'm supposed to configure the project so that the Nucleo is powered properly, that would be great.
Thanks, Matt
