:orphan: .. title:: CONFIG_SOC_ATMEL_SAMV71_WAIT_MODE .. kconfig:: CONFIG_SOC_ATMEL_SAMV71_WAIT_MODE CONFIG_SOC_ATMEL_SAMV71_WAIT_MODE ################################# *Go to Wait mode instead of Sleep mode* *Go to Wait mode instead of Sleep mode* Type: ``bool`` Help ==== .. code-block:: none 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. Help ==== .. code-block:: none 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 =================== (\ :kconfig:`SOC_ATMEL_SAMV71_EXT_MAINCK ` && \ :kconfig:`SOC_SERIES_SAMV71 ` && \ :kconfig:`SOC_FAMILY_SAM `) || (\ :kconfig:`SOC_ATMEL_SAMV71_EXT_MAINCK ` && \ :kconfig:`SOC_SERIES_SAMV71 ` && \ :kconfig:`SOC_FAMILY_SAM `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - y if \ :kconfig:`DEBUG ` - y if \ :kconfig:`DEBUG ` Kconfig definitions =================== At ``/arm/atmel_sam/samv71/Kconfig.soc:151`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:15`` → ``/kconfig/Kconfig.soc.arch:2`` → ``/arm/atmel_sam/Kconfig:17`` Menu path: (Top) → Hardware Configuration .. code-block:: kconfig config SOC_ATMEL_SAMV71_WAIT_MODE bool "Go to Wait mode instead of Sleep mode" default y if DEBUG depends on SOC_ATMEL_SAMV71_EXT_MAINCK && SOC_SERIES_SAMV71 && 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. ---- At ``/arm/atmel_sam/samv71/Kconfig.soc:151`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:18`` → ``/arm/atmel_sam/Kconfig:17`` Menu path: (Top) → Hardware Configuration .. code-block:: kconfig config SOC_ATMEL_SAMV71_WAIT_MODE bool "Go to Wait mode instead of Sleep mode" default y if DEBUG depends on SOC_ATMEL_SAMV71_EXT_MAINCK && SOC_SERIES_SAMV71 && 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.)*