Hello,
I'm using Tiva C (TM4C123GH6PM)
I want to use 3 channels of ADC0,
I have successfully done for one channel and in that, I trigger ADC using a timer and also used ADC0SS3_Handler for getting results.
When I want to use 3 channels, I don't understand how to take a reading(data) from a particular channel.
My application is to measure the 3 phase AC voltage.
Thank you