A board support package for the LPC4088 Display Module.

Dependencies:   DM_HttpServer DM_USBHost

Dependents:   lpc4088_displaymodule_emwin lpc4088_displaymodule_demo_sphere sampleGUI sampleEmptyGUI ... more

Fork of DMSupport by EmbeddedArtists AB

Revision:
42:bbfe299d4a0c
Parent:
41:e06e764ff4fd
--- 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();