File tree Expand file tree Collapse file tree
test-app/emu-test-apps/stm32u585 Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818SPMATH?=1
1919RAM_CODE?=0
2020DUALBANK_SWAP?=0
21- WOLFBOOT_PARTITION_SIZE?=0x1F800
22- WOLFBOOT_SECTOR_SIZE?=0x800
21+ WOLFBOOT_PARTITION_SIZE?=0x20000
22+ WOLFBOOT_SECTOR_SIZE?=0x2000
2323WOLFBOOT_KEYVAULT_ADDRESS?=0x0C020000
2424WOLFBOOT_KEYVAULT_SIZE?=0x18000
2525WOLFBOOT_NSC_ADDRESS?=0x0C038000
2626WOLFBOOT_NSC_SIZE?=0x8000
2727WOLFBOOT_PARTITION_BOOT_ADDRESS?=0x08040000
28- WOLFBOOT_PARTITION_UPDATE_ADDRESS?=0x805F800
29- WOLFBOOT_PARTITION_SWAP_ADDRESS?=0x0807F000
28+ WOLFBOOT_PARTITION_UPDATE_ADDRESS?=0x08060000
29+ WOLFBOOT_PARTITION_SWAP_ADDRESS?=0x08080000
3030FLAGS_HOME=0
3131DISABLE_BACKUP=0
3232WOLFCRYPT_TZ=1
Original file line number Diff line number Diff line change 11MEMORY
22{
3- FLASH (rx) : ORIGIN = 0x8040100 , LENGTH = 0x1f700
3+ FLASH (rx) : ORIGIN = 0x8040100 , LENGTH = 0x1ff00
44 RAM (rwx) : ORIGIN = 0x20020000 , LENGTH = 128K
55}
66
You can’t perform that action at this time.
0 commit comments