-
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¶
SOC_ATMEL_SAM3X_EXT_MAINCK
&& SOC_SERIES_SAM3X
&& SOC_FAMILY_SAM
&& ARM
(Includes any dependencies from if’s and menus.)
Defaults¶
- “y” if
DEBUG
&&SOC_ATMEL_SAM3X_EXT_MAINCK
&&SOC_SERIES_SAM3X
&&SOC_FAMILY_SAM
&&ARM
Kconfig definition¶
At arch/arm/soc/atmel_sam/sam3x/Kconfig.soc:74
Included via Kconfig:10
→ Kconfig.zephyr:23
→ arch/Kconfig:16
→ arch/arm/Kconfig:23
→ arch/arm/soc/atmel_sam/Kconfig:17
Menu path: (top menu) → ARM Options → SoC Configuration
config SOC_ATMEL_SAM3X_WAIT_MODE bool prompt "Atmel SAM3 goes to Wait mode instead of Sleep mode" ifSOC_ATMEL_SAM3X_EXT_MAINCK
&&SOC_SERIES_SAM3X
&&SOC_FAMILY_SAM
&&ARM
default "y" ifDEBUG
&&SOC_ATMEL_SAM3X_EXT_MAINCK
&&SOC_SERIES_SAM3X
&&SOC_FAMILY_SAM
&&ARM
depends onSOC_ATMEL_SAM3X_EXT_MAINCK
&&SOC_SERIES_SAM3X
&&SOC_FAMILY_SAM
&&ARM
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.
(Definitions include propagated dependencies, including from if’s and menus.)