STM32CubeMX for STM32WL55 bug: "MSI Auto Calibration" does nothing
Hi, I found a small bug in STM32CubeMX for STM32WL55:
Enabling the option "MSI Auto Calibration" for section "RCC" does nothing, i.e. generated code doesn't change.
I think it should add a call to HAL_RCCEx_EnableMSIPLLMode() or LL_RCC_MSI_EnablePLLMode () in SystemClock_Config() - same as it does for STM32U0. This enables RCC_CR_MSIPLLEN.

