-
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.
Defaults¶
0x16000 if
SOC_NRF9160
0x40000 if
SOC_NRF5340_CPUAPP
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 ifSOC_NRF9160
default 0x40000 ifSOC_NRF5340_CPUAPP
depends onBUILD_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.)