4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-18 09:53:30 +08:00

[bsp][frdm-k64f] update MDK linker script.

This commit is contained in:
aozima 2018-12-03 20:03:26 +08:00
parent 01dbc85f73
commit 23833bfa78

View File

@ -7,7 +7,7 @@ LR_IROM1 0x00000000 0x100000 { ; load region size_region (1000k)
}
; 8_byte_aligned(62 vect * 4 bytes) = 8_byte_aligned(0x194) = 0x198
; 0x40000 - 0x198 = 0x3FE68
RW_IRAM1 0x1FFF0198 0x3FE68 {
RW_IRAM2 0x20000000 0x30000 {
.ANY (+RW +ZI)
}
}