NUCLEO-H755ZI-Q does not boot at 480 MHz after power-on; OK after reset
Hello,
I am using NUCLEO-H755ZI-Q (STM32H755) and I am observing a reproducible boot issue related to high system clock frequency.
1. Hardware / Environment
Board: NUCLEO-H755ZI-Q
MCU: STM32H755
Power supply: USB (on-board)
Debugger: ST-LINK (Connect under Reset)
Supply configuration: LDO
Toolchain: STM32CubeIDE 1.19.0
2. Issue Description
When the system clock is configured to 480 MHz, the board fails to boot after power-on or reset.
Flash programming and verification succeed
Immediately after reset release, the target becomes unresponsive
ST-LINK connection is lost
When the same firmware is configured to 400 MHz, the board boots and runs normally.
Interesting behavior:
Power-on the board
Flash firmware configured for 400 MHz → boots normally
Without removing power, rebuild and flash firmware configured for 480 MHz
The board runs normally at 480 MHz
If power is removed and re-applied, 480 MHz boot fails again
This behavior is fully reproducible.
3. Observations
The issue only occurs after a cold power-on reset
A warm reset / reprogram without power cycle allows 480 MHz operation
The same firmware behaves differently depending on the previous power state
4. Question
Is cold boot at 480 MHz in LDO mode guaranteed on STM32H755 / NUCLEO-H755ZI-Q?
Are there known limitations or recommended boot sequences (e.g. staged clock increase)?
Is this behavior expected due to power-up conditions?
Any clarification or recommendation would be appreciated.
Thank you.

