2 Harmony 3 DVRT Application Examples

MPLAB® Harmony 3 is an extension of the MPLAB® ecosystem for creating embedded firmware solutions for Microchip 32-bit SAM and PIC® microcontroller and microprocessor devices. Refer to the following links for more information.

This repository contains the MPLAB® Harmony 3 DVRT application examples. To clone or download these applications from Github, go to the main page of this repository and then click Clone button to clone this repository or download as zip file. This content can also be downloaded using content manager by following these instructions.

Contents Summary

Folder Description
apps Contains DVRT component example applications

Code Examples

The following applications are provided to demonstrate the typical usage models of two modes of DVRT libraries.

Table 2-1. 
Name Description
dvrt interrupt pic32mk_mcj This example shows usage of DVRT library to view and update volatile variables during run time. In the process, the example demonstrates reading the variables, changing the LED toggle rate from visualizer tool and read back the updated value.
dvrt interrupt sam d21 xpro This example shows usage of DVRT library to view and update volatile variables during run time. In the process, the example demonstrates reading the variables, changing the LED toggle rate from visualizer tool and read back the updated value.
dvrt polling sam d21 xpro This example shows usage of DVRT library to view and update volatile variables during run time. The DVRT process executes from main superloop. In the process, the example demonstrates reading the variables, changing the LED toggle rate from visualizer tool and read back the updated value.