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 target-mcu-k64f by
cmsis/TOOLCHAIN_ARM_STD/MK64F.sct@0:c5e2f793b59a, 2016-03-23 (annotated)
- Committer:
- screamer
- Date:
- Wed Mar 23 21:24:48 2016 +0000
- Revision:
- 0:c5e2f793b59a
Initial revision
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
screamer | 0:c5e2f793b59a | 1 | |
screamer | 0:c5e2f793b59a | 2 | LR_IROM1 0x00000000 0x100000 { ; load region size_region (1000k) |
screamer | 0:c5e2f793b59a | 3 | ER_IROM1 0x00000000 0x100000 { ; load address = execution address |
screamer | 0:c5e2f793b59a | 4 | *.o (RESET, +First) |
screamer | 0:c5e2f793b59a | 5 | *(InRoot$$Sections) |
screamer | 0:c5e2f793b59a | 6 | .ANY (+RO) |
screamer | 0:c5e2f793b59a | 7 | } |
screamer | 0:c5e2f793b59a | 8 | ; 8_byte_aligned(62 vect * 4 bytes) = 8_byte_aligned(0x194) = 0x198 |
screamer | 0:c5e2f793b59a | 9 | ; 0x40000 - 0x198 = 0x3FE68 |
screamer | 0:c5e2f793b59a | 10 | RW_IRAM1 0x1FFF0198 0x3FE68 { |
screamer | 0:c5e2f793b59a | 11 | .ANY (+RW +ZI) |
screamer | 0:c5e2f793b59a | 12 | } |
screamer | 0:c5e2f793b59a | 13 | } |
screamer | 0:c5e2f793b59a | 14 |