STM32 EEPROM emulation AN2594

Files at this revision

API Documentation at this revision

Comitter:
olympux
Date:
Sun Sep 21 20:24:52 2014 +0000
Parent:
1:30f2f413f549
Child:
3:4bf7c01c5a48
Commit message:
Added first run flag variable (0xA5A5 at 15th variable)

Changed in this revision

eeprom.h Show annotated file Show diff for this revision Revisions of this file
--- a/eeprom.h	Sun Sep 21 19:34:11 2014 +0000
+++ b/eeprom.h	Sun Sep 21 20:24:52 2014 +0000
@@ -65,7 +65,7 @@
 #define PAGE_FULL               ((uint8_t)0x80)
 
 /* Variables' number */
-#define NumbOfVar               ((uint8_t)0x0E)
+#define NumbOfVar               ((uint8_t)0x0F)
 
 /* Exported types ------------------------------------------------------------*/
 /* Exported macro ------------------------------------------------------------*/