Academic Program

Software Tools & Exercise Files

Software Tools & Exercise Files

These are the software tools you need to install on your computer. The latest versions are recommended but all testing was done with MPLAB X 5.15, and XC32 2.10.

 

MPLAB X Integrated Development Environment (IDE)

MPLAB® X IDE is a computer software program based on the open source Netbeans IDE from Oracle®. It is used to develop applications for Microchip microcontrollers and digital signal controllers. It runs on Windows®, MacOS®, and Linux®

 

MPLAB XC32 

MPLAB® XC  are C compilers that support all of Microchip’s PIC® devices and dsPIC® Digital Signal Controllers (DSCs). In this lab, you will use MPLAB XC32, which is the recommended compiler for 32-bit PIC32MX MCUs.

 

Exercise Files

Download the following .zip file, which contains the complete, working MPLAB X project:

interrupt-usage-v3.zip

We recommend extracting the .zip to the following "root" folders:
 
Windows:

  • C:

 
Linux:

  • /home/<username>/MPLABXProjects

 
MacOS:

  • Users/<username>/MPLABXProjects

 
You should see an appended sub-folder "/MTT/32bit-mx/code-examples/interrupt-usage" containing the project "interrupt-usage.X"