Academic Program

Create MCC Project

Create MCC Project

MPLAB Code configurator (MCC) is an MPLAB X IDE plugin. It simplifies the setup for the various registers within the device. We’ll use MCC to develop our application in this course.  This project monitors a switch connected to pin RB4 that is enabled as a digital input using an internal pull-up. The code will light up an LED connected to RA4, which is enabled as a digital output when we press the switch. First, we’ll create a new project in MPLAB X.

The project uses:

 

If this is your first time creating an MPLAB X project, please visit the "Create a Standalone Project" page or the video in this lesson to follow step-by-step instructions on how to do this.