We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79599a1 commit 3f61150Copy full SHA for 3f61150
drivers/clock_control/clock_stm32_ll_wba.c
@@ -551,6 +551,9 @@ int stm32_clock_control_init(const struct device *dev)
551
LL_SetFlashLatency(CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC);
552
}
553
554
+ /* Set voltage regulator to comply with targeted system frequency */
555
+ set_regu_voltage(CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC);
556
+
557
SystemCoreClock = CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC;
558
559
/* Set bus prescalers prescaler */
0 commit comments