This page will show you how to install MPLAB® Harmony Configurator (MHC), and how to download MPLAB Harmony Framework. It also provides a brief overview of the user interface.
MHC is a graphical user interface for MPLAB Harmony Framework. It dramatically simplifies 32-bit (SAM and PIC32) core and peripheral configuration, and also allows you to enable and configure any of the specific Harmony framework libraries (e.g.: device drivers, system services, USB, TCP/IP, graphics, etc.) you may need for your project.
MHC is available as a plugin extension to the MPLAB® X IDE (see installation instructions below). It is also available as a standalone Java application for use with other tool suites (see here for details).
You must install the following tools to use MHC with the MPLAB® X IDE:
Install MPLAB Harmony Configurator (MHC)
3
Click Next, accept the license terms, and click Install.
4
Click Finish to restart the IDE.
Download MPLAB Harmony Framework
MHC includes a downloader tool that reads the MPLAB Harmony GitHub repository to create a list of packages. You choose which packages you want to download from this list.
1
In the MPLAB X IDE, select Tools > Embedded > MPLAB Harmony 3 Framework Downloader.
If you don't see this option, you haven't installed the MPLAB Harmony Configurator.
After downloading the framework once, you'll be able to run the Framework Downloader with a standalone java application (without starting the MPLAB X IDE first).
- Open a command prompt window.
- Open the mhc folder from your previous download.
- Execute the downloader: harmony-downloader.jar.
5
Check the boxes beside all packages you want to download, then click Download. You'll probably want to leave all boxes checked so you can access all the demonstration applications included in the Harmony framework. Checking the top-right box will uncheck all optional packages. Note the following packages are required for all Harmony projects:
| Package Name | Description |
|---|---|
| csp | Chip support package: includes the Peripheral Libraries (PLIB). |
| dev_packs | Describes all peripherals, memory, etc… of each supported 32-bit device. |
| mhc | Contains the implementation of the MHC tool. |
After accepting the license agreement, the download will start. The framework management tool will only download new or updated packages that don't currently exist in the framework install path folder (specified in step 2 above). Click Next when the download is complete.
Create a New or Open an Existing MPLAB Harmony Project
Your computer is ready to use the MPLAB Harmony framework. You can create a new Harmony project from scratch, or open one of the many demonstration application projects that are included in the Harmony framework (see the apps folder in each repository). For more details on how to create or open a project, see the links below:
MPLAB Harmony Configurator Overview
| MHC window name | Description |
|---|---|
| Active Components | Displays activated/instantiated components. |
| Available Components | Components shown are based on the framework libraries you included in your project. The list of available peripherals are based on the target device you selected for the project. |
| Project Graph | Shows the instantiated components. You can instantiate available components by double-clicking on the component. After successful component instantiation, you can see the instantiated components under Active Components panel. |
| MHC Plugins | Consists of AFEC, DMA, MPU, NVIC, Clock and Pin configuration plugins. To open any of these plugins go to MHC → Tools → select above mentioned available plugins. |
| Configuration Options | Displays the tree view of the selected component under Project Graph Area. You can do the component configuration from here. |
| Console | Displays the MHC operation results. |
The MHC User's Guide Wiki provides details on:
- The Graphical User Interface (GUI)
- How to use MHC to generate code
- How to merge this code with your project.
- How to use these MHC tools:
- Clock Configuration
- DMA Configuration
- Nested Vectored Interrupts Configuration
- Pin Configuration
- Event System Configuration
- MPU Configuration
To learn more, visit the Github Microchip-MPLAB-Harmony/mhc page.











