The official Mbed 2 C/C++ SDK provides the software platform and libraries to build your applications.

Dependents:   hello SerialTestv11 SerialTestv12 Sierpinski ... more

mbed 2

This is the mbed 2 library. If you'd like to learn about Mbed OS please see the mbed-os docs.

Revision:
170:e95d10626187
Parent:
156:ff21514d8981
--- a/TARGET_KL82Z/TOOLCHAIN_ARM_STD/MKL82Z128xxx7.sct	Fri Jun 22 15:38:59 2018 +0100
+++ b/TARGET_KL82Z/TOOLCHAIN_ARM_STD/MKL82Z128xxx7.sct	Thu Sep 06 13:39:34 2018 +0100
@@ -94,7 +94,7 @@
   #define Heap_Size                    0x0400
 #endif
 
-LR_m_text m_interrupts_start m_text_start+m_text_size-m_interrupts_start { ; load region size_region
+LR_IROM1 m_interrupts_start m_text_start+m_text_size-m_interrupts_start { ; load region size_region
   VECTOR_ROM m_interrupts_start m_interrupts_size { ; load address = execution address
     * (RESET,+FIRST)
   }
@@ -104,7 +104,7 @@
   ER_m_flash_config m_flash_config_start FIXED m_flash_config_size { ; load address = execution address
     * (FlashConfig)
   }
-  ER_m_text m_text_start m_text_size { ; load address = execution address
+  ER_IROM1 m_text_start m_text_size { ; load address = execution address
     * (InRoot$$Sections)
     .ANY (+RO)
   }