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 connected

 

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

Project Properties window

Then click Apply and Ok.


 Building the Project

To build the project, select the Clean and Build Main Project option from the drop-down.

Clean and Build menu

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

Click the Make and Program Device Main Project button to program the project onto the PIC32CM LS00 Curiosity Nano+ Touch Evaluation Kit.

​​​​

Make and Program Device Main Project button

 

Once the programming is completed, the user LED will toggle every 500 milliseconds.

PIC32CM LS00 Curiosity Nano+ Touch Evaluation Kit light

Back to Top