1; Linker Control File (scatter-loading)
2;
3
4PRG 0 PI               ; Programming Functions
5{
6  PrgCode +0           ; Code
7  {
8    * (+RO)
9  }
10  PrgData +0           ; Data
11  {
12    * (+RW,+ZI)
13  }
14}
15
16DSCR +0                ; Device Description
17{
18  DevDscr +0
19  {
20    FlashDev.o
21  }
22}
23