Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of LGstaandart by
Diff: host/Obj/LandTiger_DMA.sct
- Revision:
- 23:12e6183f04d4
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/host/Obj/LandTiger_DMA.sct Wed Feb 03 10:44:42 2016 +0300
@@ -0,0 +1,18 @@
+; *************************************************************
+; *** Scatter-Loading Description File generated by uVision ***
+; *************************************************************
+
+LR_IROM1 0x00000000 0x00027FFF { ; load region size_region
+ ER_IROM1 0x00000000 0x00027FFF { ; load address = execution address
+ *.o (RESET, +First)
+ *(InRoot$$Sections)
+ .ANY (+RO)
+ }
+ RW_IRAM1 0x10000000 UNINIT 0x00008000 { ; RW data
+ .ANY (+RW +ZI)
+ }
+ RW_IRAM2 0x2007C000 0x00008000 {
+ .ANY (+RW +ZI)
+ }
+}
+
