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.
- Microchip 32-bit MCUs
- Microchip 32-bit MPUs
- Microchip MPLAB X IDE
- Microchip MPLAB® Harmony
- Microchip MPLAB® Harmony Pages
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.
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. |