cancel
Showing results for 
Search instead for 
Did you mean: 

ADC Multiple channel interrupt routine

MDeva.1
Associate II

Hello,

I have 7 ADC channel , and its configue as interrupt. But the interrupt each is get generated

for different condition how I can check the which ADC channel interrupt is get generated which I have to use the function for distinguish the ADC channel. can you help me ?

1 REPLY 1
Yevgeni Tunik
Senior

The ADC interrupt handler is the same for any channel settings of given ADC. To know, which specific channel caused interrupt, your interrupt handler needs to analyze related ADC registers.