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

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

Generate Code

When all the previous steps are completed, click the Save button before generating the code.

Save Button


Save the configuration in its default location when prompted.

Save File Name


Click on the Generate button to generate the code.

Generate button


Click on the Generate button in the Generate Project window, keeping the default settings as shown in the accompanying image.

If prompted to save the configuration, click Save.

Same file generation

Generate Project Generate Button


As the code is generated, the MPLAB® Harmony Configurator (MHC) displays the progress as shown in the following image.

Code Generation


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

Examine the generated code as shown in the following image.

Examine the generated code

MHC will include all the MPLAB Harmony library files and generate the code based on the MHC 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 1 (as I²C), SERCOM 0 (as USART), DMA, PM, EIC, EVSYS, SUPC, and PORT peripherals). MHC also generates the template main file (main_l10.c).


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

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

Back to top