stm32WL gives the right value to LL_RCC_MSI_IsEnabledRangeSelect
If LL_RCC_MSI_IsEnabledRangeSelect returns 1 it means RUN mode.
__LL_RCC_CALC_MSI_FREQ expects MSISEL param to be
LL_RCC_MSIRANGESEL_STANDBY or LL_RCC_MSIRANGESEL_RUN
which is not the value that LL_RCC_MSI_IsEnabledRangeSelect
returns.
Signed-off-by:
Francois Ramu <francois.ramu@st.com>
Loading
Please sign in to comment