Fixed DFU flag address to properly conform to memory address range allocated by tools for apps

This commit is contained in:
Ross Owen
2015-07-20 11:39:01 +01:00
parent 23758e74f2
commit 195ce6197e

View File

@@ -13,10 +13,10 @@
#if (XUD_SERIES_SUPPORT==4)
/* xCORE-200 */
/* Note range 0x7FFC8 - 0x7FFFF guarenteed to be untouched by tools */
#define FLAG_ADDRESS 0x7ffc4
#define FLAG_ADDRESS 0x7ffcc
#else
/* Note range 0x1FFC8 - 0x1FFFF guarenteed to be untouched by tools */
#define FLAG_ADDRESS 0x1ffc4
#define FLAG_ADDRESS 0x1ffcc
#endif
/* Store Flag to fixed address */