File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
IDE/MPLAB/test-app/test-usb-updater.same51.X Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ void APP_Initialize(void) {
4747 wolfBoot_success ();
4848 ver = wolfBoot_current_firmware_version ();
4949#else
50- #define WOLFBOOT_SECTOR_SIZE (0x8000 )
50+ #define WOLFBOOT_SECTOR_SIZE (0x2000 )
5151 #define WOLFBOOT_PARTITION_SIZE (0x20000)
5252 #define WOLFBOOT_PARTITION_UPDATE_ADDRESS (0x088000)
5353 ver = 1U ;
Original file line number Diff line number Diff line change 66SPMATH?=1
77ARCH_FLASH_OFFSET=0x00000000
88WOLFBOOT_PARTITION_SIZE?=0x20000
9- WOLFBOOT_SECTOR_SIZE?=0x8000
9+ WOLFBOOT_SECTOR_SIZE?=0x2000
1010WOLFBOOT_PARTITION_BOOT_ADDRESS?=0x08000
1111WOLFBOOT_PARTITION_UPDATE_ADDRESS?=0x088000
1212WOLFBOOT_PARTITION_SWAP_ADDRESS?=0x200000
Original file line number Diff line number Diff line change 66SPMATH?=1
77ARCH_FLASH_OFFSET=0x00000000
88WOLFBOOT_PARTITION_SIZE?=0x20000
9- WOLFBOOT_SECTOR_SIZE?=0x8000
9+ WOLFBOOT_SECTOR_SIZE?=0x2000
1010WOLFBOOT_PARTITION_BOOT_ADDRESS?=0x8000
1111WOLFBOOT_PARTITION_UPDATE_ADDRESS?=0x80000
1212WOLFBOOT_PARTITION_SWAP_ADDRESS?=0xF8000
You can’t perform that action at this time.
0 commit comments