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®, Mac OS®, and Linux®.

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:
general-exception-usage-ef-v2.zip
We recommend extracting the .zip to the following "root" folders:
Windows®:
C:
Linux®:
/home/<username>/MPLABXProjects
Mac OS:
Users/<username>/MPLABXProjects
You should see an appended sub-folder "/MTT/32bit-mz-ef/code-examples/general-exception-usage" containing the project "general-exception-usage.X"
