Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 1.13 KB

GUID-671CCA8C-64AE-4EA1-B144-D46A6FEE76FF.md

File metadata and controls

25 lines (13 loc) · 1.13 KB

Opening, Building and Programming the Existing Application

Opening the Project File

After cloning the application project from GitHub, Open the Project file
(.X) in MPLAB X IDE.

  1. In MPLAB X IDE menu bar, click on File>Open Project
  2. In Open Project pop-up, locate the location of the project file in PC, were the application project file is cloned
  3. This project will open in Project window of MPLAB X IDE

Building and Programming

When there are multiple project files opened in the Project window, ensure to set
current project as main project by right click on Project File>Set as Main Project

  1. To build the project, click on Clean and Build the Project as illustrated in the following figure.

    Building the Project

  2. To Program the board, click on Make and Program Device Main Project as illustrated in the following figure.

    Make and Program

Parent topic:Clone, Build and Program an Existing Application