In Part 2 of the UART Deep Dive, we move from theory to implementation on a 32-bit microcontroller.
After introducing the UART peripheral in Part 1, this video demonstrates how to configure the Peripheral for a simple 'hello world' application using MPLAB® Code Configurator (MCC) inside VS Code® with the MPLAB Extensions.
Using the PIC32CM PL10 Curiosity Nano, a message is sent over UART.
What You'll Learn
• Create a project in VS Code using MPLAB Extensions
• Configure peripherals with MPLAB Code Configurator (MCC)
• Send messages over UART
Resources
PIC32CM PL10 Product Page : https://mchp.us/3QxIuGg
PIC32CM PL10 Curiosity Nano Evaluation Kit : https://mchp.us/3QzAioV
UART Deep Dive – Part 1 : https://youtu.be/Z3E3iTnbToo?si=WsgW48pA6dM0AQBg
Source Code for This Example : https://github.com/microchip-pic-avr-examples/pic32cm-pl10-getting-started-vscode-mplab
MPLAB Extensions for VS Code : https://mchp.us/4tU7aXR
Download
0 formats
No download links available.
Implementing Serial Communication with UART | Peripheral Deep Dive (part 2) | NatokHD