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/Bios/BiosLoader.cpp	Wed Oct 23 06:59:29 2019 +0000
+++ b/Bios/BiosLoader.cpp	Mon Nov 04 14:32:50 2019 +0000
@@ -222,12 +222,7 @@
   DMBoard::BoardError err = DMBoard::Ok;
   if (!_initialized) {
     do {
-      
-      // With mbed OS 5 the MPU has been enabled and by default execution from
-      // RAM is not allowed. Calling this function to allow execution since
-      // the BIOS code will be executed from RAM.
-      mbed_mpu_manager_lock_ram_execution();
-      
+            
       // Get the display bios from the DMBoard. DMBoard will have verified it
       // and will keep it in RAM so there is no need to copy it.
       uint8_t* p = NULL;