You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
drivers: clock: stm32H5 clock control of the PLL in MemoryMapped mode
Do not disable the pll clock if it source the xspi and if the external
flash is executing in Place. After mcuboot reset, the code is executed
on the external flash, through the xspi.
The CONFIG_STM32_APP_IN_EXT_FLASH tis set and will avoid re-config
of the pll which is sourcing the xspi peripheral. When excuting in Place
on this external NOR It must not disable its own clock source (PLL).
Signed-off-by: Francois Ramu <[email protected]>
0 commit comments