Skip to content

Development of firmware

Ron Tajima edited this page May 1, 2014 · 2 revisions

Development Environment

MPLAB.X v2.05

Latest(v2013_12_20) MLA (Microchip Library for Application) is not ready for ADK.

http://www.microchip.com/forums/m788633.aspx

So we will use previous version(v2013_06_15).

Memory mapping of PIC24FJ64GB002

Program memory

  • 0x0000 - 0x0003 Reset vector
  • 0x0004 - 0x0100 Interrupt Vector Table (IVT)
  • 0x0100 - 0x0200 Alternative Interrupt Vector Table (AIVT)
  • 0x0400 - 0x1800 Boot loader Program
  • 0x1800 - 0x18c0 IVT for user program
  • 0x18c0 - 0xABF8 User Program
Clone this wiki locally