MPLAB® X IDE Advanced Debugging - 02 Building Context Project: MCC Hello world! | Videos
MPLAB® X IDE Advanced Debugging - 02 Building Context Project: MCC Hello world!
Playlist: https://www.youtube.com/playlist?list=PLtQdQmNK_0DTsTgCR47l9l6HHQIb6b3-T
In this video...
We build up the MCC Hello World! project which is used as a context for the rest of the series, using the PIC16F18446 Curiosity Nano.
In MPLAB® Code Configurator…
Add USART module: Enable RX/TX, redirect STIO to printf
In Pin manager: Set LED pin to output (RA2)
In main.c:
Call LED_Toggle()
Printf, _delay_ms()