Skip to content

Commit 2b6325a

Browse files
mswarowskymbolivar-nordic
authored andcommitted
[nrf noup] boards: thingy53_nrf5340: Change tfm partition size
The tfm_nonsecure partition must be SPU region aligned, therefore the size of the tfm partition must be reduced by the size of the mcuboot_pad partition when TF-M is used in combination with MCUBoot. Ref: NCSDK-19515 Signed-off-by: Markus Swarowsky <[email protected]>
1 parent 8713810 commit 2b6325a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

boards/arm/thingy53_nrf5340/pm_static_thingy53_nrf5340_cpuapp_ns.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,20 @@ mcuboot_pad:
88
size: 0x200
99
tfm_secure:
1010
address: 0x10000
11-
size: 0xc200
11+
size: 0xc000
1212
span: [mcuboot_pad, tfm]
1313
tfm_nonsecure:
14-
address: 0x1c200
15-
size: 0xd3e00
14+
address: 0x1c000
15+
size: 0xd4000
1616
span: [app]
1717
tfm:
1818
address: 0x10200
1919
region: flash_primary
20-
size: 0xc000
20+
size: 0xbe00
2121
app:
22-
address: 0x1c200
22+
address: 0x1c000
2323
region: flash_primary
24-
size: 0xd3e00
24+
size: 0xd4000
2525
mcuboot_primary:
2626
address: 0x10000
2727
orig_span: &id001

0 commit comments

Comments
 (0)