root/Examples_CP-JR_ARM7_LPC2368/ETT_LPC2368_Examples/USB_DEMO/USBAudio/DMA.sct

Revision 8, 0.5 kB (checked in by phil, 15 years ago)

Added Examples etc. from CD

Line 
1 ; *************************************************************
2 ; *** Scatter-Loading Description File generated by uVision ***
3 ; *************************************************************
4
5 LR_IROM1 0x00000000 0x00080000  {  ; load region
6   ER_IROM1 0x00000000  {           ; load address = execution address
7    *.o (RESET, +First)
8    * (+RO)
9   }
10   RW_IRAM1 0x40000000 0x00008000  {  ; RW data
11    * (+RW +ZI)
12   }
13   RW_USBRAM 0x7FD00000 0x00002000  {
14     usbhw.o (USB_RAM)
15     demo.o  (USB_RAM)
16   }
17 }
18
Note: See TracBrowser for help on using the browser.