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.
Diff: TARGET_KW41Z/TOOLCHAIN_ARM_STD/MKW41Z512xxx4.sct
- Revision:
- 170:e95d10626187
- Parent:
- 156:ff21514d8981
- Child:
- 172:65be27845400
--- a/TARGET_KW41Z/TOOLCHAIN_ARM_STD/MKW41Z512xxx4.sct Fri Jun 22 15:38:59 2018 +0100 +++ b/TARGET_KW41Z/TOOLCHAIN_ARM_STD/MKW41Z512xxx4.sct Thu Sep 06 13:39:34 2018 +0100 @@ -79,14 +79,14 @@ #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) } 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) }