Migrating ASF SAM C21 Application to MPLAB® Harmony v3 PIC32CM MC: Step 4
Procedure
By default, the Autosave MPLAB® Code Configuration MCC configuration file option is enabled. That means MCC automatically saves your MCC configurations.
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.
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 the ADC. Be aware that the same pattern is applied to all the peripheral libraries added to the project (SERCOM2 (as I²C), SERCOM0 (as USART) and STDIO). MCC also generates the template main file (main.c).
Build the project by clicking on the Clean and Build button and verify that the project builds successfully.
At this point, you are ready to start implementing your application code.