ADC Interrupt Callback
I am using multiple channel and multiple ADC's and I am trying to use the Interrupt method ,
My first doubt was lets say we are using End Of Sequence Conversion flag So, the interrupt will be triggered when all conversion will be complete then how we will get all the converted value or I should use End Of Single Conversion.
Second was , Lets say I have 8 Channels to convert in ADC1 , So will the Sample Conversion Time be Added for the 8 channels in a sequence like 640.5+640.5 ADC Clock cycles ..... or it will be 640.5 only Or does it depend on the Flag of conversion .
