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 by
TARGET_RZ_A1H/TOOLCHAIN_ARM_STD/MBRZA1H.sct@92:4fc01daae5a5, 2014-11-27 (annotated)
- Committer:
- bogdanm
- Date:
- Thu Nov 27 13:33:22 2014 +0000
- Revision:
- 92:4fc01daae5a5
- Child:
- 93:e188a91d3eaa
Release 92 of the mbed libray
Main changes:
- nRF51822: fixed pin assignment issues
- ST targets moving to the STM32Cube driver
- LPC1439: fixed serial interrupt issue
- first Cortex-A platform supported in mbed (RZ_A1H)
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
bogdanm | 92:4fc01daae5a5 | 1 | |
bogdanm | 92:4fc01daae5a5 | 2 | |
bogdanm | 92:4fc01daae5a5 | 3 | LOAD_TTB 0x20000000 0x00004000 ; Page 0 of On-Chip Data Retention RAM |
bogdanm | 92:4fc01daae5a5 | 4 | { |
bogdanm | 92:4fc01daae5a5 | 5 | TTB +0 EMPTY 0x4000 |
bogdanm | 92:4fc01daae5a5 | 6 | { } ; Level-1 Translation Table for MMU |
bogdanm | 92:4fc01daae5a5 | 7 | } |
bogdanm | 92:4fc01daae5a5 | 8 | |
bogdanm | 92:4fc01daae5a5 | 9 | SFLASH 0x18000000 (0x08000000) |
bogdanm | 92:4fc01daae5a5 | 10 | { |
bogdanm | 92:4fc01daae5a5 | 11 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
bogdanm | 92:4fc01daae5a5 | 12 | ; S-Flash ROM : Executable cached region |
bogdanm | 92:4fc01daae5a5 | 13 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
bogdanm | 92:4fc01daae5a5 | 14 | |
bogdanm | 92:4fc01daae5a5 | 15 | BOOT_LOADER_BEGIN 0x18000000 FIXED |
bogdanm | 92:4fc01daae5a5 | 16 | { |
bogdanm | 92:4fc01daae5a5 | 17 | * ( BOOT_LOADER ) |
bogdanm | 92:4fc01daae5a5 | 18 | } |
bogdanm | 92:4fc01daae5a5 | 19 | |
bogdanm | 92:4fc01daae5a5 | 20 | VECTORS 0x18004000 FIXED |
bogdanm | 92:4fc01daae5a5 | 21 | { |
bogdanm | 92:4fc01daae5a5 | 22 | * (RESET, +FIRST) ; Vector table and other (assembler) startup code |
bogdanm | 92:4fc01daae5a5 | 23 | * (InRoot$$Sections) ; All (library) code that must be in a root region |
bogdanm | 92:4fc01daae5a5 | 24 | * (+RO-CODE) ; Application RO code (.text) |
bogdanm | 92:4fc01daae5a5 | 25 | } |
bogdanm | 92:4fc01daae5a5 | 26 | |
bogdanm | 92:4fc01daae5a5 | 27 | RO_DATA +0 |
bogdanm | 92:4fc01daae5a5 | 28 | { * (+RO-DATA) } ; Application RO data (.constdata) |
bogdanm | 92:4fc01daae5a5 | 29 | |
bogdanm | 92:4fc01daae5a5 | 30 | RW_DATA 0x20600000 0x00100000 ; Page 1 of On-Chip Large-Capacity RAM (0x20060000 to 0x206FFFFF) |
bogdanm | 92:4fc01daae5a5 | 31 | { * (+RW) } ; Application RW data (.data) |
bogdanm | 92:4fc01daae5a5 | 32 | |
bogdanm | 92:4fc01daae5a5 | 33 | ZI_DATA 0x20100000 0x00100000 ; Page 1 of On-Chip Large-Capacity RAM (0x20010000 to 0x201FFFFF) |
bogdanm | 92:4fc01daae5a5 | 34 | { * (+ZI) } ; Application ZI data (.bss) |
bogdanm | 92:4fc01daae5a5 | 35 | |
bogdanm | 92:4fc01daae5a5 | 36 | RW_DATA_NC 0x60900000 0x00100000 |
bogdanm | 92:4fc01daae5a5 | 37 | { * (NC_DATA) } ; Application RW data Non cached area |
bogdanm | 92:4fc01daae5a5 | 38 | |
bogdanm | 92:4fc01daae5a5 | 39 | ZI_DATA_NC +0 |
bogdanm | 92:4fc01daae5a5 | 40 | { * (NC_BSS) } ; Application ZI data Non cached area |
bogdanm | 92:4fc01daae5a5 | 41 | |
bogdanm | 92:4fc01daae5a5 | 42 | ;HEAP 0x90000000 |
bogdanm | 92:4fc01daae5a5 | 43 | ;{ * (HEAP) } |
bogdanm | 92:4fc01daae5a5 | 44 | } |
bogdanm | 92:4fc01daae5a5 | 45 | |
bogdanm | 92:4fc01daae5a5 | 46 |