Create your first Motor Control Application using MPLAB® Harmony v3: Step 4
Generate Code
Once the configuration is done, click the Save icon before generating code as shown in Figure 1.
Save the configuration in its default location when prompted.
Generate the code as shown in Figure 3.
Click on the Generate button in the Generate Project window, keeping the default settings as shown in Figure 4. If prompted to save the modified configuration, click Save.
As the code is generated, MPLAB® Harmony Configurator (MHC) displays the progress as shown in Figure 6.
Examine the project structure as shown in Figure 7.
The MHC includes all the MPLAB Harmony library files and generates the code based on the MHC selections. The generated code adds files and folders to your Harmony project.
Check the peripheral library files generated for Position Decoder (PDEC), TCC0, TC0, TC1, Event System (EVSYS), External Interrupt Controller (EIC), and PORT peripherals. The MHC also generates a template main file.
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.