version_2.0
Dependents: cc3000_ping_demo_try_2
Fork of mbed by
TARGET_K64F/TOOLCHAIN_ARM_STD/MK64F.sct@86:4f9a848d74c7, 2014-06-25 (annotated)
- Committer:
- erezi
- Date:
- Wed Jun 25 06:08:49 2014 +0000
- Revision:
- 86:4f9a848d74c7
- Parent:
- 82:6473597d706e
version_2.0
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
bogdanm | 82:6473597d706e | 1 | |
bogdanm | 82:6473597d706e | 2 | LR_IROM1 0x00000000 0x100000 { ; load region size_region (1000k) |
bogdanm | 82:6473597d706e | 3 | ER_IROM1 0x00000000 0x100000 { ; load address = execution address |
bogdanm | 82:6473597d706e | 4 | *.o (RESET, +First) |
bogdanm | 82:6473597d706e | 5 | *(InRoot$$Sections) |
bogdanm | 82:6473597d706e | 6 | .ANY (+RO) |
bogdanm | 82:6473597d706e | 7 | } |
bogdanm | 82:6473597d706e | 8 | ; 8_byte_aligned(62 vect * 4 bytes) = 8_byte_aligned(0x194) = 0x198 |
bogdanm | 82:6473597d706e | 9 | ; 0x40000 - 0x198 = 0x3FE68 |
bogdanm | 82:6473597d706e | 10 | RW_IRAM1 0x1FFF0198 0x3FE68 { |
bogdanm | 82:6473597d706e | 11 | .ANY (+RW +ZI) |
bogdanm | 82:6473597d706e | 12 | } |
bogdanm | 82:6473597d706e | 13 | } |
bogdanm | 82:6473597d706e | 14 |