MPLAB® Harmony v3 Peripheral Libraries on PIC32MX 470: Step 4

Last modified by Microchip on 2023/11/09 09:09

Generate Code

By default, the Autosave MCC configuration file option is enabled. That means MPLAB® Code Configurator (MCC) automatically saves your MCC configurations.

MCC Autosave

Now, generate the code by using MCC. From the left side tab, Resource Management (MCC), go to Project Resources and click on the Generate button.

Generate Code

 

Navigate to the Projects tab in MPLAB X IDE to view the project tree structure.

Examine the generated code.

Generated Code

MCC will include all the MPLAB Harmony library files and generate the code based on the MCC selections. The generated code will add files and folders to your Harmony project.

Among the generated code, notice the Peripheral Library (PLIB) files generated for TMR2, CORE TIMER, I²C1, UART2, DMAC, and GPIO peripherals. MCC also generates a template main file (main_pic32mx470.c).

Build the project by clicking on the Clean and Build and verify that the project builds successfully. At this point, you are ready to start implementing your application code.

Clean and Build Icon

Back to Top