Academic Program

Create MCC project

​Create an MPLAB® X MCC Project

Note: To follow along with these steps, MPLAB® X IDE should be open and the HPC Curiosity Board should be connected to the computer through a USB cable.

Step 1 - Create a new standalone project in MPLAB X for a PIC18F47Q10.

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

Step 2 - Open MCC by clicking on the icon or by going to

Tools > Embedded in MPLAB X IDE.

 

Step 3 - Select the peripherals for your project. In this first project, the following peripherals need to be selected:

  • TMR1
  • Interrupt Module
  • Pin Module
  • System Module

These modules will automatically be included when you launch the MCC, with the exception of TMR1 which needs to be added from Device Resources. Just click on Timer and then double-click on TMR1 to add it to the project. The result should look like the picture below: