CONFIG_SOC_ATMEL_SAM4E_WAIT_MODE
Atmel SAM4E goes to Wait mode instead of Sleep mode
Atmel SAM4E 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.
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
(SOC_ATMEL_SAM4E_EXT_MAINCK
&& SOC_SERIES_SAM4E
&& SOC_FAMILY_SAM
) || (SOC_ATMEL_SAM4E_EXT_MAINCK
&& SOC_SERIES_SAM4E
&& SOC_FAMILY_SAM
)
(Includes any dependencies from ifs and menus.)
Defaults
Kconfig definitions
At <Zephyr>/soc/arm/atmel_sam/sam4e/Kconfig.soc:82
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:38
→ <Zephyr>/soc/Kconfig:15
→ <nRF>/doc/_build/kconfig/Kconfig.soc.arch:2
→ <Zephyr>/soc/arm/atmel_sam/Kconfig:17
Menu path: (Top) → Hardware Configuration
config SOC_ATMEL_SAM4E_WAIT_MODE
bool "Atmel SAM4E goes to Wait mode instead of Sleep mode"
default y if DEBUG
depends on SOC_ATMEL_SAM4E_EXT_MAINCK && SOC_SERIES_SAM4E && 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 <Zephyr>/soc/arm/atmel_sam/sam4e/Kconfig.soc:82
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:38
→ <Zephyr>/soc/Kconfig:18
→ <Zephyr>/soc/arm/atmel_sam/Kconfig:17
Menu path: (Top) → Hardware Configuration
config SOC_ATMEL_SAM4E_WAIT_MODE
bool "Atmel SAM4E goes to Wait mode instead of Sleep mode"
default y if DEBUG
depends on SOC_ATMEL_SAM4E_EXT_MAINCK && SOC_SERIES_SAM4E && 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.)