-
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.
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At drivers/watchdog/Kconfig.stm32:16
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:50
→ drivers/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" ifIWDG_STM32
&&WATCHDOG
depends onIWDG_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.)