The latest development version of this page may be more current than this released 2.7.5 version.

CONFIG_NRF_APPROTECT_USE_UICR

Use UICR

Type: bool

Help

When this option is selected, the SystemInit() function loads the
firmware branch state of the APPROTECT mechanism from UICR, so if
UICR->APPROTECT is disabled, CTRLAP->APPROTECT will be disabled.

Direct dependencies

<choice NRF_APPROTECT_HANDLING: APPROTECT handling>

(Includes any dependencies from ifs and menus.)

Kconfig definition

At soc/arm/nordic_nrf/Kconfig:64

Included via Kconfig:8Kconfig.zephyr:38soc/Kconfig:18

Menu path: (Top) → Hardware Configuration → APPROTECT handling

config NRF_APPROTECT_USE_UICR
    bool "Use UICR"
    depends on <choice NRF_APPROTECT_HANDLING>
    help
      When this option is selected, the SystemInit() function loads the
      firmware branch state of the APPROTECT mechanism from UICR, so if
      UICR->APPROTECT is disabled, CTRLAP->APPROTECT will be disabled.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)