-
CONFIG_SPM_SERVICE_BUSY_WAIT
¶
Busy wait in secure mode (debug function)
Type: bool
Help¶
Busy wait in secure mode. Will keep the CPU in secure mode for the duration specified. Use to write tests that require secure mode.
Kconfig definition¶
At <nRF>/subsys/spm/Kconfig:126
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:23
→ <Zephyr>/modules/Kconfig:6
→ <BuildDir>/Kconfig/Kconfig.modules:2
→ <nRF>/Kconfig.nrf:25
→ <nRF>/subsys/Kconfig:26
Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → SPM
config SPM_SERVICE_BUSY_WAIT bool "Busy wait in secure mode (debug function)" default y ifTEST
&&SPM
default n depends onSPM_SECURE_SERVICES
help Busy wait in secure mode. Will keep the CPU in secure mode for the duration specified. Use to write tests that require secure mode.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)