]> begriffs open source - cmsis/blob - CMSIS/CoreValidation/Tests/config/core_m/rtebuild.sct
CoreValidation: Reworked test structure.
[cmsis] / CMSIS / CoreValidation / Tests / config / core_m / rtebuild.sct
1 ; *************************************************************
2 ; *** Scatter-Loading Description File generated by uVision ***
3 ; *************************************************************
4
5 LR_IROM1 0x00000000 0x00040000  {    ; load region size_region
6   ER_IROM1 0x00000000 0x00040000  {  ; load address = execution address
7    *.o (RESET, +First)
8    *(InRoot$$Sections)
9    .ANY (+RO)
10    .ANY (+XO)
11   }
12   RW_IRAM1 0x20000000 0x00020000  {  ; RW data
13    .ANY (+RW +ZI)
14   }
15   RW_EVR +0 UNINIT 0x00004000 {
16     EventRecorder.o (+RW +ZI)
17   }
18   STACK +0 UNINIT {
19    *(STACK)
20   }
21 }
22