Low Power Application on SAM E54 Using Harmony v3 Peripheral Libraries: Step 5
Step 5: Generate Code
6
Navigate to the Projects tab to view the project tree structure.
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 ADC1. Be aware that the same pattern is applied to all the peripheral libraries added to the project (RTC, SERCOM 3 (as I²C), SERCOM 2 (as USART), DMA, PM, EIC, EVSYS, SUPC, and PORT peripherals). MHC also generates the template main file (main_e54.c).
8
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.