eeprom_flash
Dependents: STM32F103C8T6_WIFI_Heating_system
Fork of eeprom_flash by
Revision 4:404dd375323c, committed 2018-09-18
- Comitter:
- andrewklmn
- Date:
- Tue Sep 18 20:47:20 2018 +0000
- Parent:
- 3:35953bc8607a
- Commit message:
- change page address to 63k
Changed in this revision
eeprom_flash.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r 35953bc8607a -r 404dd375323c eeprom_flash.h --- a/eeprom_flash.h Tue Sep 18 06:39:30 2018 +0000 +++ b/eeprom_flash.h Tue Sep 18 20:47:20 2018 +0000 @@ -5,7 +5,8 @@ //#define EEPROM_START_ADDRESS ((uint32_t)0x08019000) // EEPROM emulation start address: after 100KByte of used Flash memory //#define EEPROM_START_ADDRESS ((uint32_t)0x0801C000) // EEPROM emulation start address: after 112KByte of used Flash memory -#define EEPROM_START_ADDRESS ((uint32_t)0x0800FC00) // EEPROM emulation start address: after 63KByte of used Flash memory +//#define EEPROM_START_ADDRESS ((uint32_t)0x0800F800) // EEPROM emulation start address: after 63KByte of used Flash memory +#define EEPROM_START_ADDRESS ((uint32_t)0x0800FC00) // EEPROM emulation start address: after 62KByte of used Flash memory void enableEEPROMWriting(); // Unlock and keep PER cleared