Harmony v3 Peripheral Libraries on SAM D5x/E5x: Step 4
Step 4: Generate Code
The MHC will include all the MPLAB® Harmony library files and generate the code based on the MHC 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, SERCOM 3 (as I²C), SERCOM 2 (as USART), DMA, and PORT peripherals. The MHC also generates template main file (main_e54.c).
7
Navigate to the Projects tab to view the project tree structure.
8
Build the code 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.