Migrating ASF SAM C21 Application to MPLAB® Harmony v3 PIC32CM MC: Step 4

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

Procedure

When all the previous steps are completed, click the Save button before generating the code.

Save button


Save the configuration in its default location when prompted.

Save Database State As window


Click on the Generate button to generate the code.

Generate button

Back to Top


Click on the Generate button in the Generate Project window, keeping the default settings as shown below. If prompted to save the configuration, click Save.

Modified Configuration window

Configure Generation Settings window

Back to Top


As the code is generated, the MPLAB® Harmony Configurator (MHC) displays the progress as shown in the following image.

Generating Progress windwo

Back to Top


Navigate to the Projects tab to view the project tree structure and examine the generated code as shown in the following image.

Projects tab

MHC will include all the MPLAB Harmony library files and generate the code based on the MHC selections. The generated code will add files and folders to your Harmony project.

Among the generated code, notice the Peripheral Library file generated for the ADC. Be aware that the same pattern is applied to all the peripheral libraries added to the project (SERCOM2 (as I²C), SERCOM0 (as USART) and STDIO). MHC also generates the template main file (main.c).

Back to Top


Build the project.  Click on the Clean and Build button build_icon.png and verify that the project builds successfully.

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

Back to Top