Add STM32 Keil demo.

This commit is contained in:
Richard Barry 2008-05-21 17:59:30 +00:00
parent a87f9df3d8
commit b6aa1d6ca8
13 changed files with 2781 additions and 0 deletions

View file

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