Flash Existing Quickstart IAR Project - mchpgfx/legato.docs GitHub Wiki
IAR Build Quickstart Project
Build an existing Quickstart Project. You’ll start by loading launching IAR Workbench, open the quickstart workspace, compile the project.
Launch Workbench
Launch IAR EW for arm.
Load Quickstart into Workspace
Load the quickstart workspace. You have the option of loading any IAR workspace. In this example we will load legato_qs_e70_xu_tm4301b.IAR.
Under File menu, select Open Workspace.
In the file dialog, select the .eww file. In our example, we will use: legato_qs_e70_xu_tm4301b.IAR
Build Quickstart
Build the quickstart workspace.
Under Project menu, select Rebuild All.
Program Quickstart
Build the quickstart workspace. You will have to ensure the debugger drvier is set for your target.
Under Project menu, select Options. Under Categories, select Debugger. Set Driver option to CMSIS_DAP. Select Ok.
Under Project menu, select Download and Debug.
Summary
In this guide, you learned to program an existing quickstart IAR project. The steps were to launch IAR Workbench for ARM, load 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 IAR project: Create New IAR 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