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

Access to UICR

Type: bool

Help

Enable operations on UICR. Once enabled UICR are written or read as ordinary flash memory. Erase is possible for whole UICR at once.

Direct dependencies

SOC_FLASH_NRF && !FLASH_NRF_FORCE_ALT && FLASH

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At drivers/flash/Kconfig.nrf:28

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:60drivers/flash/Kconfig:48

Menu path: (top menu) → Device Drivers → Flash hardware support

config SOC_FLASH_NRF_UICR
    bool
    prompt "Access to UICR" if SOC_FLASH_NRF && !FLASH_NRF_FORCE_ALT && FLASH
    depends on SOC_FLASH_NRF && !FLASH_NRF_FORCE_ALT && FLASH
    help
      Enable operations on UICR. Once enabled UICR are written or read as
      ordinary flash memory. Erase is possible for whole UICR at once.

(Definitions include propagated dependencies, including from if’s and menus.)