File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ 230305 - v3 - move USER_FLASH_END so we don't trash fstorage (ble peer)
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ void usb_teardown(void);
8787#include "dfu_qspi.h"
8888#include "dfu_uart.h"
8989
90- #define BOOTLOADER_VERSION 2
90+ #define BOOTLOADER_VERSION 3
9191#define BOOTLOADER_VER_MEM 0x200041D0
9292
9393//--------------------------------------------------------------------+
Original file line number Diff line number Diff line change 2222
2323// Application Address Space
2424#define USER_FLASH_START MBR_SIZE // skip MBR included in SD hex
25- #define USER_FLASH_END 0xF2000 // MODDABLE was 0xAD000
25+ #define USER_FLASH_END 0xEF000 // MODDABLE was 0xAD000
2626
2727// Bootloader start address
2828#define BOOTLOADER_ADDR_START BOOTLOADER_REGION_START
You can’t perform that action at this time.
0 commit comments