The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_IWDG_STM32_START_AT_BOOT

Start IWDG during boot

Type: bool

Help

Enable this setting to allow IWDG to be automatically started during device initialization. Note that once IWDG is started it must be reloaded before the counter reaches 0, otherwise the MCU will be reset.

Direct dependencies

IWDG_STM32 && WATCHDOG

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At drivers/watchdog/Kconfig.stm32:16

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:50drivers/watchdog/Kconfig:46

Menu path: (top menu) → Device Drivers → Watchdog Support → Independent Watchdog (IWDG) Driver for STM32 family of MCUs

config IWDG_STM32_START_AT_BOOT
    bool
    prompt "Start IWDG during boot" if IWDG_STM32 && WATCHDOG
    depends on IWDG_STM32 && WATCHDOG
    help
      Enable this setting to allow IWDG to be automatically started
      during device initialization. Note that once IWDG is started
      it must be reloaded before the counter reaches 0, otherwise
      the MCU will be reset.

(Definitions include propagated dependencies, including from if’s and menus.)