We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 48538cd + 4eca414 commit 9189739Copy full SHA for 9189739
modules/trusted-firmware-m/Kconfig.tfm.pm
@@ -9,7 +9,7 @@ menu "TF-M memory regions"
9
config PM_PARTITION_SIZE_TFM_SRAM
10
hex
11
prompt "Memory reserved for TFM_RAM" if !TFM_PROFILE_TYPE_MINIMAL
12
- default 0x6000 if TFM_PROFILE_TYPE_MINIMAL
+ default 0x8000 if TFM_PROFILE_TYPE_MINIMAL
13
default 0x18000 if SOC_SERIES_NRF91X && TFM_REGRESSION_S
14
# It has been observed for 54L that when Matter is enabled, then
15
# assigning 0x16000 of RAM to TFM will not leave enough RAM for
0 commit comments