2023-09-19 12:31 PM
Hi,
I am using B-L475E-IOT01A. I am wondering that MSI can be changed on the fly when it used as system clock source.
In `HAL_RCC_OscConfig` from STM32L4Cube drivers code, it looks like ok. But I didn't find any relative information from l47xxx manual. The manual only specifies that MSIRGSEL can be modified when MSION is 0 or when MSIRDY is 1. Not allow changing it when MSION is 1 and MSIRDY is 0.
2023-09-19 01:40 PM
Yes, it can be changed on the fly.
Restrictions would be listed in the reference manual.