Mouse code for the MacroRat

Dependencies:   ITG3200 QEI

mbed-dev/targets/TARGET_Freescale/TARGET_K20XX/TARGET_TEENSY3_1/device/TOOLCHAIN_ARM_STD/MK20DX256.sct

Committer:
sahilmgandhi
Date:
2017-05-26
Revision:
34:69342782fb68
Parent:
18:6a4db94011d3

File content as of revision 34:69342782fb68:


LR_IROM1 0x00000000 0x40000  {    ; load region size_region (256k)
  ER_IROM1 0x00000000 0x40000  {  ; load address = execution address
   *.o (RESET, +First)
   *(InRoot$$Sections)
   .ANY (+RO)
  }
  ; 8_byte_aligned(112 vect * 4 bytes) =  8_byte_aligned(0x1C0) = 0x1C0
  ; 0x10000 - 0x1C0 = 0xFE40
  RW_IRAM1 0x1FFF81C0 0xFE40 {
   .ANY (+RW +ZI)
  }
}