]> git.gir.st - tmk_keyboard.git/blob - tmk_core/tool/mbed/mbed-sdk/libraries/mbed/targets/cmsis/TARGET_RENESAS/TARGET_RZ_A1H/TOOLCHAIN_ARM_STD/MBRZA1H.sct
Merge commit '1fe4406f374291ab2e86e95a97341fd9c475fcb8'
[tmk_keyboard.git] / tmk_core / tool / mbed / mbed-sdk / libraries / mbed / targets / cmsis / TARGET_RENESAS / TARGET_RZ_A1H / TOOLCHAIN_ARM_STD / MBRZA1H.sct
1
2
3 LOAD_TTB 0x20000000 0x00004000 ; Page 0 of On-Chip Data Retention RAM
4 {
5 TTB +0 EMPTY 0x4000
6 { } ; Level-1 Translation Table for MMU
7 }
8
9 SFLASH 0x18000000 (0x08000000)
10 {
11 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
12 ; S-Flash ROM : Executable cached region
13 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
14
15 BOOT_LOADER_BEGIN 0x18000000 FIXED
16 {
17 * ( BOOT_LOADER )
18 }
19
20 VECTORS 0x18004000 FIXED
21 {
22 * (RESET, +FIRST) ; Vector table and other (assembler) startup code
23 * (InRoot$$Sections) ; All (library) code that must be in a root region
24 * (+RO-CODE) ; Application RO code (.text)
25 }
26
27 RO_DATA +0
28 { * (+RO-DATA) } ; Application RO data (.constdata)
29
30 RW_DATA 0x20020000
31 { * (+RW) } ; Application RW data (.data)
32
33 ZI_DATA +0 ALIGN 0x400
34 { * (+ZI) } ; Application ZI data (.bss)
35
36 RW_DATA_NC 0x60900000 0x00100000
37 { * (NC_DATA) } ; Application RW data Non cached area
38
39 ZI_DATA_NC +0
40 { * (NC_BSS) } ; Application ZI data Non cached area
41 }
42
43
Imprint / Impressum