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: mbed-TFT-example-NCS36510 mbed-Accelerometer-example-NCS36510 mbed-Accelerometer-example-NCS36510
targets/TARGET_RENESAS/TARGET_VK_RZ_A1H/device/TOOLCHAIN_ARM_STD/VKRZA1H.sct@1:f30bdcd2b33b, 2017-02-27 (annotated)
- Committer:
- jacobjohnson
- Date:
- Mon Feb 27 17:45:05 2017 +0000
- Revision:
- 1:f30bdcd2b33b
- Parent:
- 0:098463de4c5d
changed the inputscale from 1 to 7 in analogin_api.c. This will need to be changed later, and accessed from the main level, but for now this allows the adc to read a value from 0 to 3.7V, instead of just up to 1V.;
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| group-onsemi | 0:098463de4c5d | 1 | |
| group-onsemi | 0:098463de4c5d | 2 | |
| group-onsemi | 0:098463de4c5d | 3 | LOAD_TTB 0x20000000 0x00004000 ; Page 0 of On-Chip Data Retention RAM |
| group-onsemi | 0:098463de4c5d | 4 | { |
| group-onsemi | 0:098463de4c5d | 5 | TTB +0 EMPTY 0x4000 |
| group-onsemi | 0:098463de4c5d | 6 | { } ; Level-1 Translation Table for MMU |
| group-onsemi | 0:098463de4c5d | 7 | } |
| group-onsemi | 0:098463de4c5d | 8 | |
| group-onsemi | 0:098463de4c5d | 9 | SDRAM 0x08000000 0x02000000 ; 32MB External SDRAM region |
| group-onsemi | 0:098463de4c5d | 10 | { |
| group-onsemi | 0:098463de4c5d | 11 | } |
| group-onsemi | 0:098463de4c5d | 12 | |
| group-onsemi | 0:098463de4c5d | 13 | SFLASH_DUAL 0x18020000 (32*1024*1024-2*64*1024) |
| group-onsemi | 0:098463de4c5d | 14 | { |
| group-onsemi | 0:098463de4c5d | 15 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
| group-onsemi | 0:098463de4c5d | 16 | ; S-Flash ROM : Executable cached region |
| group-onsemi | 0:098463de4c5d | 17 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
| group-onsemi | 0:098463de4c5d | 18 | |
| group-onsemi | 0:098463de4c5d | 19 | VECTORS 0x18020000 FIXED |
| group-onsemi | 0:098463de4c5d | 20 | { |
| group-onsemi | 0:098463de4c5d | 21 | * (RESET, +FIRST) ; Vector table and other (assembler) startup code |
| group-onsemi | 0:098463de4c5d | 22 | * (InRoot$$Sections) ; All (library) code that must be in a root region |
| group-onsemi | 0:098463de4c5d | 23 | * (+RO-CODE) ; Application RO code (.text) |
| group-onsemi | 0:098463de4c5d | 24 | } |
| group-onsemi | 0:098463de4c5d | 25 | |
| group-onsemi | 0:098463de4c5d | 26 | RO_DATA +0 |
| group-onsemi | 0:098463de4c5d | 27 | { * (+RO-DATA) } ; Application RO data (.constdata) |
| group-onsemi | 0:098463de4c5d | 28 | |
| group-onsemi | 0:098463de4c5d | 29 | RW_DATA 0x20020000 |
| group-onsemi | 0:098463de4c5d | 30 | { * (+RW) } ; Application RW data (.data) |
| group-onsemi | 0:098463de4c5d | 31 | |
| group-onsemi | 0:098463de4c5d | 32 | ZI_DATA +0 ALIGN 0x400 |
| group-onsemi | 0:098463de4c5d | 33 | { * (+ZI) } ; Application ZI data (.bss) |
| group-onsemi | 0:098463de4c5d | 34 | |
| group-onsemi | 0:098463de4c5d | 35 | RW_DATA_NC 0x60900000 0x00100000 |
| group-onsemi | 0:098463de4c5d | 36 | { * (NC_DATA) } ; Application RW data Non cached area |
| group-onsemi | 0:098463de4c5d | 37 | |
| group-onsemi | 0:098463de4c5d | 38 | ZI_DATA_NC +0 |
| group-onsemi | 0:098463de4c5d | 39 | { * (NC_BSS) } ; Application ZI data Non cached area |
| group-onsemi | 0:098463de4c5d | 40 | } |
| group-onsemi | 0:098463de4c5d | 41 | |
| group-onsemi | 0:098463de4c5d | 42 |