Getting Started with Foundation Drivers – SPI Master | Videos
Getting Started with Foundation Drivers – SPI Master
• Playlist: https://www.youtube.com/playlist?list=PLtQdQmNK_0DQGdAZBfhJ_MJZVxQbXgm6X
• MCC: https://www.microchip.com/mplab/mplab-code-configurator
• MPLAB Data Visualizer: https://gallery.microchip.com/packages?q=mplab+data+visualizer
• ATmega4809 Curiosity Nano Schematics: http://ww1.microchip.com/downloads/en/DeviceDoc/ATmega4809_Curiosity_Nano_Schematics.pdf
● Context:
- SPI Master: Exchange block code snippet (using loop-back)
● MCC
- Add FS SPI Master, add example
● Code
- Call SPI_Master_test( ), and #include
● Validate
- Debug, compare contents of SPI data buffer, with and without loop back