Step 5: Generate Code
3
Navigate to the Projects tab in MPLAB X IDE to view the project tree structure.
4
Examine the updated project tree of the new 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 file generated for ADC. Be aware that the same pattern is applied to all the peripheral libraries added to the project (RTC, SERCOM 2 (as I²C), SERCOM 3 (as USART), DMA, PM, EIC, EVSYS, SUPC, and PORT peripherals). MCC also generates the template main file (main.c).
5
Build the code 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.