Flash Existing Quickstart MPLABX Project - mchpgfx/legato.docs GitHub Wiki
MPLABX Build Quickstart Project
Build an existing Quickstart Project. You’ll start by loading launching MPLABX IDE, open the quickstart project, compile and program he project.
Launch MPLABX
Launch MPLABX on your development PC.
Load Quickstart into Workspace
Load the quickstart project. You have the option of loading any MPLABX project. In this example we will load legato_qs_e70_xu_tm4301b.X.
Under File menu, select Open Project.
In the file dialog, select project .X file. In our example, we will use: legato_qs_e70_xu_tm4301b.X.
Build and program Quickstart
Build the quickstart project.
Right click project, select Make Program Device. Alternatively, you can click the make project icon.
Summary
In this guide, you learned program to an existing quickstart MPLABX project. The steps were to launch MPLABX IDE, open an existing quickstart application, build an program the project onto your development board.
Next Step
Go to the next guide in this series to create a new MPLABX project: Create New Quickstart MPLBAX Project
If you are new to MPLAB® Harmony, you should probably start with these tutorials:
- MPLAB® Harmony v3 software framework
- MPLAB® Harmony v3 Configurator Overview
- Create a New MPLAB® Harmony v3 Project