Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed SDFileSystem
Diff: eeprom_flash.h
- Revision:
- 1:e593ae8ff81d
- Parent:
- 0:ea2bec485611
--- a/eeprom_flash.h Sat Aug 13 22:44:48 2016 +0000 +++ b/eeprom_flash.h Mon Aug 29 21:29:20 2016 +0000 @@ -3,7 +3,8 @@ #include "mbed.h" -#define EEPROM_START_ADDRESS ((uint32_t)0x08019000) // EEPROM emulation start address: after 100KByte of used Flash memory +//#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 void enableEEPROMWriting(); // Unlock and keep PER cleared void disableEEPROMWriting(); // Lock