Skip to content

Commit

Permalink
Expanded wolfBoot partition in stm32U5-dualbank
Browse files Browse the repository at this point in the history
  • Loading branch information
danielinux committed Sep 20, 2023
1 parent 6ce0bbf commit 1121a1c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/examples/stm32u5-nonsecure-dualbank.config
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ V?=0
SPMATH?=1
RAM_CODE?=0
DUALBANK_SWAP?=1
WOLFBOOT_PARTITION_SIZE?=0x38000
WOLFBOOT_PARTITION_SIZE?=0x36000
WOLFBOOT_SECTOR_SIZE?=0x2000
WOLFBOOT_PARTITION_BOOT_ADDRESS?=0x08008000
WOLFBOOT_PARTITION_UPDATE_ADDRESS?=0x08108000
WOLFBOOT_PARTITION_BOOT_ADDRESS?=0x0800a000
WOLFBOOT_PARTITION_UPDATE_ADDRESS?=0x0810a000
WOLFBOOT_PARTITION_SWAP_ADDRESS?=0xFFFFFFFF

0 comments on commit 1121a1c

Please sign in to comment.