Step 8: Generate Code
1
By default, the Autosave MPLAB Code Configurator (MCC) configuration file option is enabled. That means MCC automatically saves your MCC configurations.
Now, generate the code by using MCC. From the left side tab, Resource Management (MCC), go to Project Resources and click on the Generate button.
3
Navigate to the Projects tab to view the project tree structure.
MCC will include all the MPLAB® Harmony v3 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 (PLIB) files generated for Timer Clock 0 (TC0, TC3), SERCOM, ADC0, PTC, RTC, CCL, Direct Memory Access (DMA), and PORT peripherals. Also, notice the generated files for third party TensorFlow Lite Micro library, Integrated Touch Driver, External Display Controller Driver, Legato Graphics Library, Generic Display Module, and Timer System Service.
MCC also generates the template main file (main.c) and the application file (app.c) for the application task.
5
At this point, you are ready to start implementing your application code.