MCC Melody AVR® ADC PLIB Driver: Using the Event System to Start ADC Conversions | Videos
MCC Melody AVR® ADC PLIB Driver: Using the Event System to Start ADC Conversions
MCC Melody Data Streamer Library: How to use the ADC PLIB Driver: https://onlinedocs.microchip.com/v2/keyword-lookup?keyword=scf-avr8-adc-v1&version=latest&redirect=true
This video covers how to refactor a MCC Melody project which starts an ADC conversion using a Real-Time Counter (RTC) overflow callback. Instead of a callback, the Event System (EVSYS) is used to directly start ADC conversions on an RTC overflow event. Since the EVSYS makes direct hardware connections between the peripherals, the RTC callback (and its registration) can be removed.