Low Power Application on SAM L10 Using Harmony v3 Peripheral Libraries: Step 5
Step 5: Generate Code
3
Navigate to the Projects tab to view the project tree structure.
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 1 (as I²C), SERCOM 0 (as USART), DMA, PM, EIC, EVSYS, SUPC, and PORT peripherals). MCC also generates the template main file (main_l10.c).