Initial commit

Dependencies:   FastPWM

Committer:
lypinator
Date:
Wed Sep 16 01:11:49 2020 +0000
Revision:
0:bb348c97df44
Added PWM

Who changed what in which revision?

UserRevisionLine numberNew contents of line
lypinator 0:bb348c97df44 1 ; *****************************************
lypinator 0:bb348c97df44 2 ; *** Scatter-Loading Description File ***
lypinator 0:bb348c97df44 3 ; *****************************************
lypinator 0:bb348c97df44 4
lypinator 0:bb348c97df44 5 LR_IROM1 0x08000000 0x00100000 { ; load region size_region
lypinator 0:bb348c97df44 6 ER_IROM1 0x08000000 0x00100000 { ; load address = execution address
lypinator 0:bb348c97df44 7 *.o (RESET, +First)
lypinator 0:bb348c97df44 8 *(InRoot$$Sections)
lypinator 0:bb348c97df44 9 .ANY (+RO)
lypinator 0:bb348c97df44 10 }
lypinator 0:bb348c97df44 11 RW_IRAM1 0x20000188 0x0001FE78 {
lypinator 0:bb348c97df44 12 .ANY (+RW +ZI)
lypinator 0:bb348c97df44 13 }
lypinator 0:bb348c97df44 14 RW_IRAM2 0x10000000 0x00010000 { ; CCM
lypinator 0:bb348c97df44 15 .ANY (CCMRAM)
lypinator 0:bb348c97df44 16 }
lypinator 0:bb348c97df44 17 }
lypinator 0:bb348c97df44 18