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.

Direct dependencies

SPM_SECURE_SERVICES

(Includes any dependencies from ifs and menus.)

Defaults

Kconfig definition

At <nRF>/subsys/spm/Kconfig:122

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:9<BuildDir>/Kconfig/Kconfig.modules:1<nRF>/Kconfig.nrf:25<nRF>/subsys/Kconfig:26

Menu path: (Top) → Modules → Nordic nRF Connect → SPM

config SPM_SERVICE_BUSY_WAIT
    bool "Busy wait in secure mode (debug function)"
    default y if TEST && SPM
    default n
    depends on SPM_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.)