mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-31 15:38:40 -04:00
First version of STR75x RIDE port and demo.
This commit is contained in:
parent
b2a52ede55
commit
6ac900dc95
56 changed files with 20385 additions and 0 deletions
23
Demo/ARM7_STR75x_GCC/SystemFiles/STR75xFx0_DEF_FreeRTOS.ld
Normal file
23
Demo/ARM7_STR75x_GCC/SystemFiles/STR75xFx0_DEF_FreeRTOS.ld
Normal file
|
@ -0,0 +1,23 @@
|
|||
/*
|
||||
Linker subscript for STR75xFx0 definitions
|
||||
Copyright RAISONANCE 2005
|
||||
You can use, modify and distribute thisfile freely, but without any waranty.
|
||||
*/
|
||||
|
||||
|
||||
/* Memory Spaces Definitions */
|
||||
|
||||
MEMORY
|
||||
{
|
||||
FLASH (rx) : ORIGIN = 0x20000000, LENGTH = 128K
|
||||
FLASHB1 (rx) : ORIGIN = 0x200C0000, LENGTH = 16K
|
||||
RAM (xrw) : ORIGIN = 0x40000000, LENGTH = 16K
|
||||
EXTMEMB0 (rx) : ORIGIN = 0x60000000, LENGTH = 16M
|
||||
EXTMEMB1 (rx) : ORIGIN = 0x62000000, LENGTH = 16M
|
||||
EXTMEMB2 (rx) : ORIGIN = 0x64000000, LENGTH = 16M
|
||||
EXTMEMB3 (rx) : ORIGIN = 0x66000000, LENGTH = 16M
|
||||
}
|
||||
|
||||
/* higher address of the user mode stack */
|
||||
_estack = 0x40004000;
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue