SD card interface
mbed-export/LPC11U24/uARM/LPC11U24.sct@0:22612ae617a0, 2012-10-08 (annotated)
- Committer:
- lharoon
- Date:
- Mon Oct 08 11:14:07 2012 +0000
- Revision:
- 0:22612ae617a0
1st edition
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
lharoon | 0:22612ae617a0 | 1 | |
lharoon | 0:22612ae617a0 | 2 | LR_IROM1 0x00000000 0x8000 { ; load region size_region (32k) |
lharoon | 0:22612ae617a0 | 3 | ER_IROM1 0x00000000 0x8000 { ; load address = execution address |
lharoon | 0:22612ae617a0 | 4 | *.o (RESET, +First) |
lharoon | 0:22612ae617a0 | 5 | *(InRoot$$Sections) |
lharoon | 0:22612ae617a0 | 6 | .ANY (+RO) |
lharoon | 0:22612ae617a0 | 7 | } |
lharoon | 0:22612ae617a0 | 8 | ; 8_byte_aligned(48 vect * 4 bytes) = 8_byte_aligned(0xC0) = 0xC0 |
lharoon | 0:22612ae617a0 | 9 | ; 8KB - 0xC0 = 0xF40 |
lharoon | 0:22612ae617a0 | 10 | RW_IRAM1 0x100000C0 0xF40 { |
lharoon | 0:22612ae617a0 | 11 | .ANY (+RW +ZI) |
lharoon | 0:22612ae617a0 | 12 | } |
lharoon | 0:22612ae617a0 | 13 | } |
lharoon | 0:22612ae617a0 | 14 |