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-src by
targets/cmsis/TARGET_NXP/TARGET_LPC82X/TARGET_SSCI824/TOOLCHAIN_ARM_MICRO/LPC824.sct@412:ea78ced42a1f, 2014-11-27 (annotated)
- Committer:
- MACRUM
- Date:
- Thu Nov 27 06:27:12 2014 +0000
- Revision:
- 412:ea78ced42a1f
- Parent:
- 359:275f0f27ea18
Fixed I2C issue (temporary) in RZ/A1H
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
mbed_official | 359:275f0f27ea18 | 1 | |
mbed_official | 359:275f0f27ea18 | 2 | LR_IROM1 0x00000000 0x8000 { ; load region size_region (32k) |
mbed_official | 359:275f0f27ea18 | 3 | ER_IROM1 0x00000000 0x8000 { ; load address = execution address |
mbed_official | 359:275f0f27ea18 | 4 | *.o (RESET, +First) |
mbed_official | 359:275f0f27ea18 | 5 | *(InRoot$$Sections) |
mbed_official | 359:275f0f27ea18 | 6 | .ANY (+RO) |
mbed_official | 359:275f0f27ea18 | 7 | } |
mbed_official | 359:275f0f27ea18 | 8 | ; 8_byte_aligned(48 vect * 4 bytes) = 8_byte_aligned(0xC0) = 0xC0 |
mbed_official | 359:275f0f27ea18 | 9 | ; 8KB - 0xC0 = 0x1F40 |
mbed_official | 359:275f0f27ea18 | 10 | RW_IRAM1 0x10000000+0xC0 0x2000-0xC0 { |
mbed_official | 359:275f0f27ea18 | 11 | .ANY (+RW +ZI) |
mbed_official | 359:275f0f27ea18 | 12 | } |
mbed_official | 359:275f0f27ea18 | 13 | } |
mbed_official | 359:275f0f27ea18 | 14 |