Low-Power Application on SAM D21 Using MPLAB® Harmony v3 Peripheral Libraries: Step 5

Last modified by Microchip on 2024/09/16 10:22

Generate Code

Click on the Resource Management [MCC] tab on the top left pane. Click the Generate button in the Project Resources tab.

Resource Management [MCC] tab

Figure 1


As code is generated, MPLAB® Code Configurator (MCC) displays the progress as shown in Figure 2.

MCC Generating progress window

Figure 2


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

Examine the generated code as shown in Figure 3.

Generated code

Figure 3

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 MPLAB Harmony project as shown.

Among the generated code, notice the Peripheral Library file generated for AC. 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, AC, PM, EIC, EVSYS, and PORT peripherals). MCC also generates the template main file (main_d21.c).


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

Clean and Build drop down options

Figure 4

 

Back to Top