my fork
Fork of mbed by
TARGET_K64F/TOOLCHAIN_ARM_STD/MK64F.sct@97:4298809c7c9e, 2015-04-08 (annotated)
- Committer:
- filartrix
- Date:
- Wed Apr 08 14:12:53 2015 +0000
- Revision:
- 97:4298809c7c9e
- Parent:
- 82:6473597d706e
First reale BlueNRG module for nucleo 401 board
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 |