Digit Recognition AI/ML Application on SAM E51 IGAT Curiosity Evaluation Kit Using MPLAB® Harmony v3: Step 8

Last modified by Microchip on 2023/11/09 09:08

Generate Code

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, go to the Resource Management (MCC) tab, then go to Project Resources, and click the Generate button.

Generate code
Click image to enlarge.

As the code is generated, MCC displays the progress.
MCC generating
Click image to enlarge.

Navigate to the Projects tab to view the project tree structure. Examine the generated code files.

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.

Generated code files
Click image to enlarge.

Build the code by clicking on the Clean and Build icon Clean and build icon and verify the project builds successfully.

At this point, you are ready to start implementing your application code.