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: DM_HttpServer DM_USBHost
Dependents: lpc4088_displaymodule_emwin lpc4088_displaymodule_demo_sphere sampleGUI sampleEmptyGUI ... more
Fork of DMSupport by
Diff: Memory/InternalEEPROM.cpp
- Revision:
- 42:bbfe299d4a0c
- Parent:
- 41:e06e764ff4fd
diff -r e06e764ff4fd -r bbfe299d4a0c Memory/InternalEEPROM.cpp --- a/Memory/InternalEEPROM.cpp Wed Oct 23 06:59:29 2019 +0000 +++ b/Memory/InternalEEPROM.cpp Mon Nov 04 14:32:50 2019 +0000 @@ -123,11 +123,7 @@ void InternalEEPROM::init() { if (!_initialized) { - - // The EEPROM peripheral is in ROM address space. Must allow - // writes to this address space. - mbed_mpu_manager_lock_rom_write(); - + // Bring EEPROM device out of power down mode powerUp();