CONFIG_PM_PARTITION_SIZE_TFM_RAM

(No prompt – not directly user assignable.)

Type: hex

Help

Memory set aside for the TFM_RAM partition. The prompt has been removed since the value is dictated by TFM and cannot be changed.

Direct dependencies

BUILD_WITH_TFM

(Includes any dependencies from ifs and menus.)

Defaults

Kconfig definition

At <nRF>/subsys/partition_manager/Kconfig:113

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

Menu path: (Top) → Modules → Nordic nRF Connect → Partition Manager

config PM_PARTITION_SIZE_TFM_RAM
    hex
    default 0x16000 if SOC_NRF9160
    default 0x40000 if SOC_NRF5340_CPUAPP
    depends on BUILD_WITH_TFM
    help
      Memory set aside for the TFM_RAM partition.
      The prompt has been removed since the value is dictated by TFM and
      cannot be changed.

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