Getting Started with USB on SAM MCUs Using MPLAB® Harmony v3: Step 4

Generate Code

1

Before generating code, save the MHC state by navigating to File > Save State in the main MHC menu. You may also click on the Save MHC State button.

save_state_icon.png
Figure 1: Save MHC State

2

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

generate_code.png
Figure 2: Generate Code

3

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

generate_project_window.png
Figure 3: Generate Project

4

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

file_gen_process.png
Figure 4: Generating Project

5

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.

MHC generates a default template main file main.c and application files app_sensor.c/.h app_eeprom.c/.h app_usb.c/.h based on your MHC configuration. These will be used for the Sensor, EEPROM and USB Task state machines.

generated_files.png
Figure 5: Generated Application Files

You will also notice that the Peripheral Library (PLIB) files are generated for the TC, TWIHS, AFEC, and PIO peripherals. The files for the USB Device Stack Middleware, I²C Drivers, and the Timer System Service are generated as well.

generated_files_expanded.png
Figure 6: Generated Harmony v3 Framework Files

6

Build the code by clicking on the Clean and Build Main Project Main_Rebuild_Project.png 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.



Next Step >

Table of Contents