mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-15 07:39:33 +08:00
acfbfad25e
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1006 bbd45198-f89e-11dd-88c7-29a3b14d5316
19 lines
302 B
Plaintext
19 lines
302 B
Plaintext
LR_IROM1 0x30000000 0x1000000 {
|
|
ER_IROM1 0x30000000 0x00200000 { ; load address = execution address
|
|
*.o (RESET, +First)
|
|
*(InRoot$$Sections)
|
|
.ANY (+RO)
|
|
}
|
|
|
|
RW_IRAM1 +0 { ; RW data
|
|
.ANY (+RW)
|
|
}
|
|
|
|
ER_ZI +0 { ; ZI data
|
|
.ANY (+ZI)
|
|
}
|
|
|
|
ER_MMU 0x33FF0000 EMPTY 0x00100000 {
|
|
}
|
|
}
|