Getting Started with Foundation Drivers - Timeout: One shot Timer | Videos
Getting Started with Foundation Drivers - Timeout: One shot Timer
• 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
• AVR128DA48 Curiosity Nano User Guide: http://ww1.microchip.com/downloads/en/DeviceDoc/AVR128DA48-Curiosity-Nano-UG-DS50002971A.pdf
In this video:
● Context:
● Timeout Driver: Periodic mode, one-shot code snippet
● MCC Configuration
● Timeout select one-shot code snippet
● Configure BUTTON pin & interrupt (falling edge)
● Code
● Copy code snippets to main( )
● Start timer on button press callback
● Visualize
● Run, plot Debug GPIO to verify