Step 5: Build, Program and Observe the Output

Last modified by Microchip on 2026/06/26 07:39

Hardware Setup

Connect the PIC32CM LS00 Curiosity Nano+ Touch Evaluation Kit to the host PC using a Type-A male to Micro-B USB cable. Plug the cable into the Micro-B USB (Debug USB) port on the evaluation kit.

PIC32CM LS00 Curiosity Nano+ Touch Evaluation Kit

Open the Project Properties, under the Connected Hardware Tool section, and select the PIC32CM LS00 Curiosity Nano+ Touch Evaluation Kit as shown in the accompanying image. 

Project Properties

Then click Apply and OK.


Building the Project

To build the project click the options indicated in the accompanying image. 

Clean and Build Main Project button

Observe that the project has compiled and loaded successfully, as indicated by the BUILD SUCCESSFUL message in the Output window.

BUILD SUCCESSFUL message


Programming and Observing the Output

Open Tera Term or any other terminal. Select Serial and confirm whether the connected Port is detected. Then click OK.

Serial Port​​​Tera Term

Click the Make and Program Device Main Project button to program the project onto the PIC32CM LS00 Curiosity Nano+ Touch Evaluation Kit. (Select the tool that needs to be used in the Project Properties window (refer to Lab 1 Step 3).

Make and Program Device Main Project button

​Once the programming is completed, the Tera Term window will display the following:

Tera Term VT

​Each character that is typed on the PC will be echoed and displayed on the terminal as shown in the accompanying images.

Tera Term VT

Tera Term VT

Back to Top