mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-15 20:59:22 +08:00
a8828eee89
1. Add IAR project template and link scripts. Add missing CXX configuration for IAR tool chain in rtconfg.py. 2. Modify all link scripts, Using ITCM interface.(Changing flash start address from 0x0800_0000 to 0x0020_0000).
16 lines
479 B
Plaintext
16 lines
479 B
Plaintext
; *************************************************************
|
|
; *** Scatter-Loading Description File generated by uVision ***
|
|
; *************************************************************
|
|
|
|
LR_IROM1 0x00200000 0x00100000 { ; load region size_region
|
|
ER_IROM1 0x00200000 0x00100000 { ; load address = execution address
|
|
*.o (RESET, +First)
|
|
*(InRoot$$Sections)
|
|
.ANY (+RO)
|
|
}
|
|
RW_IRAM1 0x20010000 0x00040000 { ; RW data
|
|
.ANY (+RW +ZI)
|
|
}
|
|
}
|
|
|