Step 1: Copy Source Files and Rename Project for Lab 3

Last modified by Microchip on 2024/01/29 21:44

Create a new folder, "audio_player_lab3", under
apps/training/solutions/dev/audio_player.

At this point, we suggest you close any open projects from previous labs. This will avoid confusion since you will be opening the project with the same name as the previous lab before renaming it for this lab.


Copy the firmware folder from
apps/training/solutions/dev/audio_player/audio_player_lab2
to the newly created folder (audio_player_lab3).

Rename the project from audio_player_lab2 to "audio_player_lab3", because by the end of this session the lab will have audio_player_lab3 functionality. Open audio_player_lab2.

Under Projects, right-click on audio_player_lab2 and select Rename…

Rename project


In the popup window, rename the lab from audio_player_lab2 to "audio_player_lab3".

Rename the lab

MPLAB® X IDE renames the project. It closes the old project audio_player_lab2 and opens the renamed project audio_player_lab3.

New project name displayed


Verify that the project builds properly after renaming. Click the Clean and Build icon: rebuild project icon.

In the MPLAB X IDE Projects pane, right click on audio_player_lab3 and select Set as Main Project.

Open MPLAB Harmony Configurator (MHC). In MPLAB X IDE, click on Tools > Embedded > MPLAB Harmony 3 Configurator.

Back to Top