Index: firmware/App/Modes/Update.c =================================================================== diff -u -rfcde872fd7bdadac4db7d2e8903974bfbbc2b125 -redce9902afca09ad4ae01a538e6368e1eabfc6d3 --- firmware/App/Modes/Update.c (.../Update.c) (revision fcde872fd7bdadac4db7d2e8903974bfbbc2b125) +++ firmware/App/Modes/Update.c (.../Update.c) (revision edce9902afca09ad4ae01a538e6368e1eabfc6d3) @@ -20,11 +20,9 @@ #include "system.h" #include "Update.h" -#define APP_STATUS_ADDRESS 0x00010000 #define BL_START_ADDRESS 0x00000000 uint32_t bootloaderStartAddress = (uint32_t)BL_START_ADDRESS; -uint32_t g_pulUpdateSuccess[2] = {0x5A5A5A5A, 0x00}; /*********************************************************************//** * @brief Index: firmware/source/sys_link.cmd =================================================================== diff -u -r1786a757298aae5f49e383edd0860317065c0242 -redce9902afca09ad4ae01a538e6368e1eabfc6d3 --- firmware/source/sys_link.cmd (.../sys_link.cmd) (revision 1786a757298aae5f49e383edd0860317065c0242) +++ firmware/source/sys_link.cmd (.../sys_link.cmd) (revision edce9902afca09ad4ae01a538e6368e1eabfc6d3) @@ -67,7 +67,7 @@ #if 1 MEMORY { - VECTORS (X) : origin=0x00010020 + VECTORS (X) : origin=0x00010000 length=0x00000020 vfill = 0xffffffff