:orphan: .. title:: SOC_ATMEL_SAM3X_WAIT_MODE .. option:: CONFIG_SOC_ATMEL_SAM3X_WAIT_MODE *Atmel SAM3 goes to Wait mode instead of Sleep mode* Type: ``bool`` Help ==== For JTAG debugging CPU clock (HCLK) should not stop. In order to achieve this, make CPU go to Wait mode instead of Sleep mode while using external crystal oscillator for main clock. Direct dependencies =================== \ :option:`SOC_ATMEL_SAM3X_EXT_MAINCK ` && \ :option:`SOC_SERIES_SAM3X ` && \ :option:`SOC_FAMILY_SAM ` *(Includes any dependencies from ifs and menus.)* Default ======= - y if \ :option:`DEBUG ` Kconfig definition ================== .. highlight:: kconfig At ``soc/arm/atmel_sam/sam3x/Kconfig.soc:80`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:28`` → ``soc/Kconfig:11`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.arch:2`` → ``soc/arm/atmel_sam/Kconfig:17`` Menu path: (Top) → Hardware Configuration .. parsed-literal:: config SOC_ATMEL_SAM3X_WAIT_MODE bool "Atmel SAM3 goes to Wait mode instead of Sleep mode" default y if \ :option:`DEBUG ` depends on \ :option:`SOC_ATMEL_SAM3X_EXT_MAINCK ` && \ :option:`SOC_SERIES_SAM3X ` && \ :option:`SOC_FAMILY_SAM ` help For JTAG debugging CPU clock (HCLK) should not stop. In order to achieve this, make CPU go to Wait mode instead of Sleep mode while using external crystal oscillator for main clock. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*