mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-19 17:48:33 -04:00
Continue Coldfire MCF52221 CodeWarrior demo.
This commit is contained in:
parent
58f3f932ee
commit
6bf7776dec
8 changed files with 210 additions and 13 deletions
|
@ -8,7 +8,7 @@ MEMORY {
|
|||
vectorrom (RX) : ORIGIN = 0x00000000, LENGTH = 0x00000400
|
||||
cfmprotrom (RX) : ORIGIN = 0x00000400, LENGTH = 0x00000020
|
||||
code (RX) : ORIGIN = 0x00000500, LENGTH = 0x0001FB00
|
||||
userram (RWX) : ORIGIN = 0x20000000, LENGTH = 0x00003C00
|
||||
userram (RWX) : ORIGIN = 0x20000000, LENGTH = 0x00004000
|
||||
}
|
||||
|
||||
SECTIONS {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue