Mouse code for the MacroRat

Dependencies:   ITG3200 QEI

Committer:
sahilmgandhi
Date:
Fri May 26 17:21:04 2017 +0000
Revision:
34:69342782fb68
Parent:
18:6a4db94011d3
Added small reverse turns before the break so that we can stop faster.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
sahilmgandhi 18:6a4db94011d3 1
sahilmgandhi 18:6a4db94011d3 2 LR_IROM1 0x00000000 0x40000 { ; load region size_region (256k)
sahilmgandhi 18:6a4db94011d3 3 ER_IROM1 0x00000000 0x40000 { ; load address = execution address
sahilmgandhi 18:6a4db94011d3 4 *.o (RESET, +First)
sahilmgandhi 18:6a4db94011d3 5 *(InRoot$$Sections)
sahilmgandhi 18:6a4db94011d3 6 .ANY (+RO)
sahilmgandhi 18:6a4db94011d3 7 }
sahilmgandhi 18:6a4db94011d3 8 ; 8_byte_aligned(112 vect * 4 bytes) = 8_byte_aligned(0x1C0) = 0x1C0
sahilmgandhi 18:6a4db94011d3 9 ; 0x10000 - 0x1C0 = 0xFE40
sahilmgandhi 18:6a4db94011d3 10 RW_IRAM1 0x1FFF81C0 0xFE40 {
sahilmgandhi 18:6a4db94011d3 11 .ANY (+RW +ZI)
sahilmgandhi 18:6a4db94011d3 12 }
sahilmgandhi 18:6a4db94011d3 13 }