diff options
| author | Michal Hanus <mikehanus@protonmail.com> | 2025-04-14 22:04:32 +0200 |
|---|---|---|
| committer | Michal Hanus <mikehanus@protonmail.com> | 2025-04-14 22:04:32 +0200 |
| commit | 2e13c372f1419f08dab7797b244681f889dd9bcf (patch) | |
| tree | 995a31c40f13068c4135c213e938e0a2a9ed05a3 /nrfdemo/build/modules/nrf/subsys/partition_manager/pm.yml.libmodem | |
| parent | 620dfd94019f3c7e3022fa5a5fb9c9b51491062d (diff) | |
nrfdemo
Diffstat (limited to 'nrfdemo/build/modules/nrf/subsys/partition_manager/pm.yml.libmodem')
| -rw-r--r-- | nrfdemo/build/modules/nrf/subsys/partition_manager/pm.yml.libmodem | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/nrfdemo/build/modules/nrf/subsys/partition_manager/pm.yml.libmodem b/nrfdemo/build/modules/nrf/subsys/partition_manager/pm.yml.libmodem new file mode 100644 index 0000000..43c8a78 --- /dev/null +++ b/nrfdemo/build/modules/nrf/subsys/partition_manager/pm.yml.libmodem @@ -0,0 +1,22 @@ +nrf_modem_lib_sram: + span: [nrf_modem_lib_ctrl, nrf_modem_lib_tx, nrf_modem_lib_rx, nrf_modem_lib_trace] +nrf_modem_lib_ctrl: + placement: {after: [tfm_sram, spm_sram, start]} + size: 0x4e8 + region: sram_primary + inside: sram_nonsecure +nrf_modem_lib_tx: + placement: {after: [nrf_modem_lib_ctrl]} + size: 8320 + region: sram_primary + inside: sram_nonsecure +nrf_modem_lib_rx: + placement: {after: [nrf_modem_lib_tx]} + size: 8192 + region: sram_primary + inside: sram_nonsecure +nrf_modem_lib_trace: + placement: {after: [nrf_modem_lib_rx]} + size: 0 + region: sram_primary + inside: sram_nonsecure |
