Add XMC4500 project.

This commit is contained in:
Richard Barry 2012-01-23 12:02:57 +00:00
parent f10b6ffdc5
commit c820c390c4
11 changed files with 3161 additions and 0 deletions

View file

@ -0,0 +1,15 @@
; *************************************************************
; *** Scatter-Loading Description File generated by uVision ***
; *************************************************************
LR_IROM1 0x0C000000 0x00100000 { ; load region size_region
ER_IROM1 0x0C000000 0x00100000 { ; load address = execution address
*.o (RESET, +First)
*(InRoot$$Sections)
.ANY (+RO)
}
RW_IRAM1 0x10000000 0x00010000 { ; RW data
.ANY (+RW +ZI)
}
}