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

CONFIG_NRF_MPU_FLASH_REGION_SIZE

(No prompt – not directly user assignable.)

Type: hex

Help

FLASH region size for the NRF_MPU peripheral.

Direct dependencies

HAS_HW_NRF_MPU && SOC_FAMILY_NRF

(Includes any dependencies from ifs and menus.)

Default

  • 0x1000

Kconfig definition

At soc/arm/nordic_nrf/Kconfig:20

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

Menu path: (Top) → Hardware Configuration

config NRF_MPU_FLASH_REGION_SIZE
    hex
    default 0x1000
    depends on HAS_HW_NRF_MPU && SOC_FAMILY_NRF
    help
      FLASH region size for the NRF_MPU peripheral.

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