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.
Fork of mbed-dev by
targets/cmsis/TARGET_NUVOTON/TARGET_NUC472/TARGET_NUMAKER_PFM_NUC472/TOOLCHAIN_ARM_MICRO/NUC472.sct@144:ef7eb2e8f9f7, 2016-09-02 (annotated)
- Committer:
- <>
- Date:
- Fri Sep 02 15:07:44 2016 +0100
- Revision:
- 144:ef7eb2e8f9f7
This updates the lib to the mbed lib v125
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| <> | 144:ef7eb2e8f9f7 | 1 | |
| <> | 144:ef7eb2e8f9f7 | 2 | LR_IROM1 0x00000000 { |
| <> | 144:ef7eb2e8f9f7 | 3 | ER_IROM1 0x00000000 { ; load address = execution address |
| <> | 144:ef7eb2e8f9f7 | 4 | *(RESET, +First) |
| <> | 144:ef7eb2e8f9f7 | 5 | *(InRoot$$Sections) |
| <> | 144:ef7eb2e8f9f7 | 6 | .ANY (+RO) |
| <> | 144:ef7eb2e8f9f7 | 7 | } |
| <> | 144:ef7eb2e8f9f7 | 8 | |
| <> | 144:ef7eb2e8f9f7 | 9 | ;UVISOR AlignExpr(+0, 16) { ; 16 byte-aligned |
| <> | 144:ef7eb2e8f9f7 | 10 | ; uvisor-lib.a (+RW +ZI) |
| <> | 144:ef7eb2e8f9f7 | 11 | ;} |
| <> | 144:ef7eb2e8f9f7 | 12 | |
| <> | 144:ef7eb2e8f9f7 | 13 | ARM_LIB_STACK 0x20000000 EMPTY 0x3000 { |
| <> | 144:ef7eb2e8f9f7 | 14 | } |
| <> | 144:ef7eb2e8f9f7 | 15 | |
| <> | 144:ef7eb2e8f9f7 | 16 | ER_IRAMVEC 0x20003000 EMPTY (4*(16 + 142)) { ; Reserve for vectors |
| <> | 144:ef7eb2e8f9f7 | 17 | } |
| <> | 144:ef7eb2e8f9f7 | 18 | |
| <> | 144:ef7eb2e8f9f7 | 19 | RW_IRAM1 AlignExpr(+0, 16) { ; 16 byte-aligned |
| <> | 144:ef7eb2e8f9f7 | 20 | .ANY (+RW +ZI) |
| <> | 144:ef7eb2e8f9f7 | 21 | } |
| <> | 144:ef7eb2e8f9f7 | 22 | |
| <> | 144:ef7eb2e8f9f7 | 23 | ; Too large to place into internal SRAM. So place into external SRAM instead. |
| <> | 144:ef7eb2e8f9f7 | 24 | ER_XRAM1 0x60000000 { |
| <> | 144:ef7eb2e8f9f7 | 25 | *sal-stack-lwip* (+ZI) |
| <> | 144:ef7eb2e8f9f7 | 26 | } |
| <> | 144:ef7eb2e8f9f7 | 27 | |
| <> | 144:ef7eb2e8f9f7 | 28 | ; Extern SRAM for HEAP |
| <> | 144:ef7eb2e8f9f7 | 29 | ARM_LIB_HEAP AlignExpr(+0, 16) EMPTY (0x60000000 + 0x100000 - AlignExpr(ImageLimit(ER_XRAM1), 16)) { |
| <> | 144:ef7eb2e8f9f7 | 30 | } |
| <> | 144:ef7eb2e8f9f7 | 31 | } |
| <> | 144:ef7eb2e8f9f7 | 32 | ScatterAssert(LoadLimit(LR_IROM1) <= 0x00080000) ; 512 KB APROM |
| <> | 144:ef7eb2e8f9f7 | 33 | ScatterAssert(ImageLimit(RW_IRAM1) <= 0x20010000) ; 64 KB SRAM (internal) |
| <> | 144:ef7eb2e8f9f7 | 34 | ScatterAssert(ImageLimit(ARM_LIB_HEAP) <= 0x60100000) ; 1 MB SRAM (external) |
| <> | 144:ef7eb2e8f9f7 | 35 |
