mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-06 22:27:49 -04:00
Add XMC4500 project.
This commit is contained in:
parent
f10b6ffdc5
commit
c820c390c4
11 changed files with 3161 additions and 0 deletions
15
Demo/CORTEX_M4F_Infineon_XMC4500_Keil/Template.sct
Normal file
15
Demo/CORTEX_M4F_Infineon_XMC4500_Keil/Template.sct
Normal 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)
|
||||
}
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue