Lab 2: Log Data to SD Card
Step 6: With MHC, view final project graph and generate code
Note: As the code is being generated, MPLAB® Harmony Configurator (MHC) displays the progress.
4
Once this process completes, switch to the MPLAB X IDE window. You may now examine the generated code through the Projects tab. MHC will include all the requisite MPLAB Harmony v3 Framework files and generate the configuration code dynamically based on your MHC selections. MHC will then automatically organize and add the generated code as files and folders to your 32-bit MPLAB Harmony 3 Project.
Among the generated code, the application and library files generated for Lab 2 are:
- app_sdcard
- SDSPI Driver
- RTCC Peripheral Library
- SPI2 Peripheral Library
- File System Service
Figure 4: Generated Files
5
Build the code by clicking on the Clean and Build Main Project button in the MPLAB X IDE and verify that the project builds successfully.
At this point, you are ready to start implementing the application code.
At this point, you are ready to start implementing the application code.