Skip to content

Commit 7b4457e

Browse files
committed
Fix stm32h5.config
1 parent c1887cd commit 7b4457e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

config/examples/stm32h5.config

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ RAM_CODE?=0
2020
DUALBANK_SWAP?=0
2121
WOLFBOOT_PARTITION_SIZE?=0xA0000
2222
WOLFBOOT_SECTOR_SIZE?=0x2000
23+
WOLFBOOT_KEYVAULT_ADDRESS?=0x0C040000
24+
WOLFBOOT_KEYVAULT_SIZE?=0x1C000
25+
WOLFBOOT_NSC_ADDRESS?=0x0C05C000
26+
WOLFBOOT_NSC_SIZE?=0x4000
2327
WOLFBOOT_PARTITION_BOOT_ADDRESS?=0x08060000
2428
WOLFBOOT_PARTITION_UPDATE_ADDRESS?=0x08100000
2529
WOLFBOOT_PARTITION_SWAP_ADDRESS?=0x081A0000

0 commit comments

Comments
 (0)