MCC Melody AVR® ADC PLIB Driver: Basic Conversion with Data Streamer and Using Accumulator Mode | Videos
MCC Melody AVR® ADC PLIB Driver: Basic Conversion with Data Streamer and Using Accumulator Mode
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 create a project in MCC Melody to takan an ADC conversion, on a selected analog channel, every 100 ms. ADC conversions are triggered by a timer overflow callback, where the Data Streamer variables adcResult and adcSampleCount are updated.
The application is then updated to use the accumulator, with associated bit shifting, to see the difference that these changes make to the ADC conversion results.