Continue Coldfire MCF52221 CodeWarrior demo.

This commit is contained in:
Richard Barry 2008-10-21 13:27:58 +00:00
parent 58f3f932ee
commit 6bf7776dec
8 changed files with 210 additions and 13 deletions

View file

@ -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 {