Migrating ASF SAM C21 Application to MPLAB® Harmony v3 PIC32CM MC: Step 1
Procedure
Create MPLAB Harmony v3 Project Using MPLAB X IDE
In the Categories pane of the New Project dialog window, select Microchip Embedded.
In the Projects pane, select 32-bit MCC Harmony Project, then click Next.
Browse to the folder you downloaded the framework to in the Framework Path edit box.
If you haven't done this, or want to download it to a different folder, click the Launch Content Manager button, then click Next.
In the Project Settings window, apply the following settings:
Location: Indicates the path to the root folder of the new project. All project files will be placed inside this folder. The project location can be any valid path, for example: <Your_folder>\dev\pic32cm_mc_getting_started.
- Folder: Indicates the name of the MPLABX .X folder. Enter "pic32cm_mc00_curiosity_pro" to create a pic32cm_mc00_curiosity_pro.X folder.
- Name: Indicates the name of the project that will be shown in MPLAB X IDE. Enter "getting_started_pic32cm_mc00_curiosity_pro" to set the project's name.
- Click Next to proceed to Configuration Settings.
Follow the steps below to set the project’s Configuration Settings.
Name: Enter the configuration name as "pic32cm_mc00_curiosity_pro".
- Target Device: Select PIC32CM1216MC00048 as the target device.
After selecting the target device, click Finish to launch MCC.
While the MCC tool launches, Click on Select MPLAB Harmony content type.
Click on the Finish Button in the MCC Content Manager Wizard.
The main MCC plugin window for the project will be displayed.
Before proceeding, set up the compiler toolchain.
Click on the Projects tab on the top left pane in MPLAB X IDE. Right click on the project name getting_started_pic32cm_mc00_curiosity_pro and go to Properties.
Make sure that XC32 (v4.30) is selected as the Compiler Toolchain for XC32. Click on Apply and then click on OK.
Configure Clock Settings
A new window, Clock Easy View, is opened inside MCC.
Clock Easy View window will then appear on your screen.
Verify the 48 MHz Internal Oscillator (OSC48M) is enabled and selected in GCKL0 to feed 48MHz to the Main clock.