The latest development version of this page may be more current than this released 2.5.0 version.
CONFIG_CLOCK_STM32_MSI_PLL_MODE

MSI PLL MODE

Type: bool

Help

Enable hardware auto-calibration with LSE.

Direct dependencies

CLOCK_STM32_LSE && (SOC_SERIES_STM32L4X || SOC_SERIES_STM32L5X || SOC_SERIES_STM32WBX) && CLOCK_CONTROL_STM32_CUBE && CLOCK_CONTROL

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At drivers/clock_control/Kconfig.stm32l4_l5_wb:72

Included via Kconfig:8Kconfig.zephyr:32drivers/Kconfig:54drivers/clock_control/Kconfig:25drivers/clock_control/Kconfig.stm32:135

Menu path: (Top) → Device Drivers → Hardware clock controller support → STM32 Reset & Clock Control → Low-speed external clock

config CLOCK_STM32_MSI_PLL_MODE
    bool "MSI PLL MODE"
    depends on CLOCK_STM32_LSE && (SOC_SERIES_STM32L4X || SOC_SERIES_STM32L5X || SOC_SERIES_STM32WBX) && CLOCK_CONTROL_STM32_CUBE && CLOCK_CONTROL
    help
      Enable hardware auto-calibration with LSE.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)