Harmony 3 Mbed OS RTOS 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
This repository contains the MPLAB® Harmony 3 Mbed OS RTOS 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 Mbed OS RTOS example applications |
docs | Contains documentation in html format for offline viewing (to be used only after cloning this repository onto a local machine). Use github pages of this repository for viewing it online. |
Code Examples
The following applications are provided to demonstrate the Mbed OS RTOS.
Name | Description |
---|---|
Mbed OS RTOS basic | This example application blinks an LED to show the Mbed OS RTOS threads that are running and to indicate status |
USART driver synchronous - UART echo | This example echoes the received characters over the console using the USART driver in synchronous mode in Mbed OS RTOS environment |
FAT filesystem using SDMMC Media | This application shows an example of using the MPLAB Harmony File System to access and modify the contents of a SD card using the SDMMC driver in Mbed OS RTOS environment |
FAT filesystem using SD Card media | This application shows an example of using the MPLAB Harmony File System to access and modify the contents of a SD card using the SDSPI driver and the SPI PLIB in Mbed OS RTOS environment |