Is there documentation on best practices for changing system clock configurations and voltage scaling when an STM32 MCU device is already running?
I am updating legacy firmware running on an STM32L151QEhx to the HAL libraries. Our current firmware changes the PLL (which supplies sysclk) configuration's multiplier and divider and the voltage scaling whenever a USB is connection is detected or te...