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.
TARGET_SSCI824/TOOLCHAIN_ARM_MICRO/LPC824.sct@0:b16d94660a33, 2014-12-23 (annotated)
- Committer:
- Jasper_lee
- Date:
- Tue Dec 23 03:35:08 2014 +0000
- Revision:
- 0:b16d94660a33
change some io setting used in TWR-K22F120M
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| Jasper_lee | 0:b16d94660a33 | 1 | |
| Jasper_lee | 0:b16d94660a33 | 2 | LR_IROM1 0x00000000 0x8000 { ; load region size_region (32k) |
| Jasper_lee | 0:b16d94660a33 | 3 | ER_IROM1 0x00000000 0x8000 { ; load address = execution address |
| Jasper_lee | 0:b16d94660a33 | 4 | *.o (RESET, +First) |
| Jasper_lee | 0:b16d94660a33 | 5 | *(InRoot$$Sections) |
| Jasper_lee | 0:b16d94660a33 | 6 | .ANY (+RO) |
| Jasper_lee | 0:b16d94660a33 | 7 | } |
| Jasper_lee | 0:b16d94660a33 | 8 | ; 8_byte_aligned(48 vect * 4 bytes) = 8_byte_aligned(0xC0) = 0xC0 |
| Jasper_lee | 0:b16d94660a33 | 9 | ; 8KB - 0xC0 = 0x1F40 |
| Jasper_lee | 0:b16d94660a33 | 10 | RW_IRAM1 0x10000000+0xC0 0x2000-0xC0 { |
| Jasper_lee | 0:b16d94660a33 | 11 | .ANY (+RW +ZI) |
| Jasper_lee | 0:b16d94660a33 | 12 | } |
| Jasper_lee | 0:b16d94660a33 | 13 | } |
| Jasper_lee | 0:b16d94660a33 | 14 |