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.
Dependents: hello SerialTestv11 SerialTestv12 Sierpinski ... more
Diff: TARGET_RO359B/TOOLCHAIN_ARM_STD/MK24FN1M0xxx12.sct
- Revision:
- 170:e95d10626187
- Parent:
- 160:5571c4ff569f
diff -r a7c7b631e539 -r e95d10626187 TARGET_RO359B/TOOLCHAIN_ARM_STD/MK24FN1M0xxx12.sct --- a/TARGET_RO359B/TOOLCHAIN_ARM_STD/MK24FN1M0xxx12.sct Fri Jun 22 15:38:59 2018 +0100 +++ b/TARGET_RO359B/TOOLCHAIN_ARM_STD/MK24FN1M0xxx12.sct Thu Sep 06 13:39:34 2018 +0100 @@ -82,14 +82,14 @@ #define m_data_2_size 0x00030000 -LR_m_text m_interrupts_start m_text_size+m_interrupts_size+m_flash_config_size { ; load region size_region +LR_IROM1 m_interrupts_start m_text_size+m_interrupts_size+m_flash_config_size { ; 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 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) }