Description of Microstick Demo Firmware 


This project supports each of the four Microstick development kits, as well as each part which is included in the kit.

When running, the demo will blink the user controllable LED at a rate of about 1Hz.

The MPLAB X IDE allows you to organize your firmware using hardware "configurations".  There is one configuration for each microctroller packaged with each Microstick.

The hardware configuration selects a "system_config.h" and "system.c" files which are located part specific folder in "./firmware/src/system_config/".


Usage:

To use a supported part, simply select the appropriate configuration and build. 

Release Date: June 26th, 2013
Compiler Used: XC16 V1.11 
IDE Used: MPLAB X IDE V1.80

Parts supported:

DM330013-2 - Microstick II
microstick2               dsPIC33FJ128MC802
microstick2               PIC24FJ64GB002
microstick2               PIC24HJ128GP502

DM330013   - Microstick for dsPIC33F and PIC24H
microstick33f24h          dsPIC33FJ64MC802
microstick33f24h          PIC24HJ64GP502

DM240013-1 - Microstick for 3V PIC24F K-series
microstick3v_kseries      PIC24F16KL402
microstick3v_kseries      PIC24F16KA102

DM240013-2 - Microstick for 5V PIC24F K-series
microstick5v_kseries      PIC24FV16KM202

