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

Last modified by Microchip on 2024/02/06 09:52

Create a new folder audio_player_lab4 under apps/training/solutions/dev/audio_player.

At this point, we suggest you close any open projects from previous labs. This will avoid confusion as 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_lab3 to the newly created folder, audio_player_lab4.

Rename the project from audio_player_lab3 to audio_player_lab4.

  • Open audio_player_lab3.
  • Under Projects, right-click on audio_player_lab3 and select Rename….

Project name change

  • In the pop-up window, rename the project from audio_player_lab3 to "audio_player_lab4".

Rename project

  • MPLAB® X IDE then renames the project. It closes the old project audio_player_lab3 and opens the renamed project audio_player_lab4.

Project renamed


Verify that the project builds properly after renaming. Click the Clean and Build Project button rebuild-project icon.

Click Tools > Embedded > MPLAB Harmony 3 Configurator to open MPLAB Harmony Configurator (MHC).

Back to Top