Harmony v3 Peripheral Libraries on PIC32MK GP: Step 6

Step 6: Build, Program, and Observe the Outputs

1

Verify that the temperature sensor (MikroElectronika Weather click board) is connected to mikroBUS™ 1 on the PIC32MK General Purpose (GP) Development Board.

hw_setup1.png

2

Connect the Type-A male to Micro-B USB cable to the Micro-B Serial USB port (J25) on the PIC32MK GP Development Board.

hw_setup3.png

3

The PIC32MK GP Development Board allows using the PICkit On Board (PKOB) for debugging. Connect the Type-A male to Micro-B USB cable to Micro-B DEBUG USB port (J12) to power and debug the PIC32MK GP Development Board.

hw_setup2.png

4

Go to File > Project Properties and make sure that the PKOB 4 is selected as the debugger under Hardware Tools and XC32 (v2.30) is selected as the Compiler Toolchain for XC32.

Click Apply, then OK.

compiler_setup.png

5

Clean and build your application by clicking on the Clean and Build button.

clean_and_build_icon.png

6

Program your application to the device, by clicking on the Make and Program button.

make_and_program.png

The lab will build and program successfully.

7

Open the Tera Term terminal application on your PC (from the Windows® Start menu by pressing the Start button). Select the Serial Port.

Click OK.

com_port_setup1.png

8

Change the baud rate.

Select Setup > Serial port from the Tera Term window. Select 115200 from the Speed drop down selections. Click OK.

com_port_setup2.png
baud_rate_setup.png

9

You will see the temperature values (in °F) being displayed on the terminal every 500 milliseconds, as shown:

result1.png

Also, notice the LED1 blinking at a 500 millisecond rate.

10

You may vary the temperature by placing your finger on the temperature sensor for a few seconds.

temp_sensor_placement.png

11

Press the S1 switch on the PIC32MK GP Development Board to change the default sampling rate to one second.

user_button_placement.png
result2.png

12

Every subsequent press of the S1 switch on the PIC32MK GP Development Board changes the default sampling rate to two seconds, four seconds and 500 ms and back to one second in cyclic order as shown:

result3.png

While the temperature sampling rate changes on every S1 switch press, notice the LED1 toggling at the same sampling rate.

Results

You observed that the application displayed the current room temperature values on the serial terminal every 500 milliseconds. You were able to change the temperature sampling values dynamically by pressing a user switch on the development kit. You could exercise sampling changes to one second, two seconds, four seconds, and cycle back to 500 milliseconds every time you pressed the user switch. You also observed that a user LED was toggled every time the current temperature is displayed on the serial terminal.

Analysis

You have successfully created your first application using MPLAB® Harmony v3 on the PIC32MK GP microcontroller. Your application used all the fundamental elements that go into building a real-time application. Your application successfully read temperature sensor values and displayed them periodically over a serial terminal on a PC. The application also took user input by pressing a switch on the development board.

In this application, you used MPLAB® Harmony Configurator (MHC) to configure a PIC32MK GP device and to use the MPLAB Harmony v3 Framework. You used the clock configurator to set up the CPU clock and timer (Timer1) clock. You configured SPI6, UART6, TMR2, CORE TIMER, and GPIO peripheral libraries. You also configured Direct Memory Access (DMA) using the DMA configurator. You used the pin configurator to set up the pins for LED and switch functions.

Conclusions

This tutorial provided you training for configuring and using all the fundamental components needed to build a real-time application on a PIC32MK GP microcontroller with the MPLAB Harmony v3 Framework. As a next step, you may customize this application and reconfigure some of the components used in this tutorial. You could also add new components (PLIBs, etc) to enhance this application to realize your end application.

© 2024 Microchip Technology, Inc.
Notice: ARM and Cortex are the registered trademarks of ARM Limited in the EU and other countries.
Information contained on this site regarding device applications and the like is provided only for your convenience and may be superseded by updates. It is your responsibility to ensure that your application meets with your specifications. MICROCHIP MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND WHETHER EXPRESS OR IMPLIED, WRITTEN OR ORAL, STATUTORY OR OTHERWISE, RELATED TO THE INFORMATION, INCLUDING BUT NOT LIMITED TO ITS CONDITION, QUALITY, PERFORMANCE, MERCHANTABILITY OR FITNESS FOR PURPOSE. Microchip disclaims all liability arising from this information and its use. Use of Microchip devices in life support and/or safety applications is entirely at the buyer's risk, and the buyer agrees to defend, indemnify and hold harmless Microchip from any and all damages, claims, suits, or expenses resulting from such use. No licenses are conveyed, implicitly or otherwise, under any Microchip intellectual property rights.