MPLAB® Harmony v3 Peripheral Libraries on SAMC2x: Step 4

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

Generate Code

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

Set up autosave

 

Back to Top


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 the code

 

Back to Top


Examine the generated code as shown in the accompanying image.

Examine the generate code in the project tree

MCC will include all the MPLAB Harmony library files and generate the code based on the MCC selections. The generated code would add files and folders to your Harmony project as shown.
Among the generated code, notice the peripheral library files generated for RTC, SERCOM5 (as I²C), SERCOM4 (as USART), DMA, and PORT peripherals. MCC also generates a template main file (main_c21n.c).

Back to Top


Navigate to the Projects tab to view the project tree structure.

Back to Top


Build the code by clicking on the Clean and Build icon Clean and build button and verify that the project builds successfully.

At this point, you are ready to start implementing your application code.

Back to Top