Mouse code for the MacroRat

Dependencies:   ITG3200 QEI

Committer:
sahilmgandhi
Date:
Sat Jun 03 00:22:44 2017 +0000
Revision:
46:b156ef445742
Parent:
18:6a4db94011d3
Final code for internal battlebot competition.

Who changed what in which revision?

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