Skip to content

Commit fba199a

Browse files
committed
Merge pull request #135 from 0xc0170/K20D50
target K20D5M
2 parents 82aa7b7 + ee7c33d commit fba199a

34 files changed

+10020
-2
lines changed

libraries/mbed/targets/cmsis/TARGET_Freescale/TARGET_K20D5M/MK20D5.h

Lines changed: 5836 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
2+
LR_IROM1 0x00000000 0x20000 { ; load region size_region (132k)
3+
ER_IROM1 0x00000000 0x20000 { ; load address = execution address
4+
*.o (RESET, +First)
5+
*(InRoot$$Sections)
6+
.ANY (+RO)
7+
}
8+
; 8_byte_aligned(62 vect * 4 bytes) = 8_byte_aligned(0xF8) = 0xF8
9+
; 0x4000 - 0xF8 = 0x3F08
10+
RW_IRAM1 0x1FFFE0F8 0x3F08 {
11+
.ANY (+RW +ZI)
12+
}
13+
}
14+

0 commit comments

Comments
 (0)