-
CONFIG_PM_PARTITION_SIZE_TFM_SRAM
¶
Memory reserved for TFM_RAM.
Type: hex
Help¶
Memory set aside for the TFM_SRAM partition.
Defaults¶
0x10000 if
NRF_MODEM_LIB
0x16000 if
SOC_NRF9160
0x40000 if
SOC_NRF5340_CPUAPP
Kconfig definition¶
At <nRF>/subsys/partition_manager/Kconfig:136
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:23
→ <Zephyr>/modules/Kconfig:6
→ <BuildDir>/Kconfig/Kconfig.modules:2
→ <nRF>/Kconfig.nrf:25
→ <nRF>/subsys/Kconfig:36
Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Partition Manager
config PM_PARTITION_SIZE_TFM_SRAM hex "Memory reserved for TFM_RAM." default 0x10000 ifNRF_MODEM_LIB
default 0x16000 ifSOC_NRF9160
default 0x40000 ifSOC_NRF5340_CPUAPP
depends onBUILD_WITH_TFM
help Memory set aside for the TFM_SRAM partition.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)