Lab 3: Move Application into an RTOS

Step 5: With MHC, Generate Code

1

Click on the Generate Code button or navigate to Generate > Generate Code from the menu bar to start generating code. Save if prompted.

lab1_step9_02.png
Figure 1: Generate Code

2

Click on the Generate button in the Generate Project window, keeping the default settings.

lab1_step9_03.png
Figure 2: Generate Project

Note: As the code is being generated, MPLAB® Harmony Configurator (MHC) displays the progress.

3

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 3 are:

  • FreeRTOS folder contains all the files required to maintain an RTOS running.
  • tasks.c has been modified to use the xTaskCreate and vTaskStartScheduler functions from FreeRTOS.
  • FreeRTOSConfig.h contains the application-specific configuration of the FreeRTOS component.
  • app_usb
lab3_step5_03.png
Figure 3: Generated Files

4

Build the code by clicking on the Clean and Build Main Project Main_Rebuild_Project.png button in MPLAB X and verify that the project builds successfully.

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



Next Step >

© 2024 Microchip Technology, Inc.
Notice: ARM and Cortex are the registered trademarks of ARM Limited in the EU and other countries.
Information contained on this site regarding device applications and the like is provided only for your convenience and may be superseded by updates. It is your responsibility to ensure that your application meets with your specifications. MICROCHIP MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND WHETHER EXPRESS OR IMPLIED, WRITTEN OR ORAL, STATUTORY OR OTHERWISE, RELATED TO THE INFORMATION, INCLUDING BUT NOT LIMITED TO ITS CONDITION, QUALITY, PERFORMANCE, MERCHANTABILITY OR FITNESS FOR PURPOSE. Microchip disclaims all liability arising from this information and its use. Use of Microchip devices in life support and/or safety applications is entirely at the buyer's risk, and the buyer agrees to defend, indemnify and hold harmless Microchip from any and all damages, claims, suits, or expenses resulting from such use. No licenses are conveyed, implicitly or otherwise, under any Microchip intellectual property rights.