Skip to main content
Visitor II
March 30, 2022
Question

ADC Multiple channel interrupt routine

  • March 30, 2022
  • 1 reply
  • 724 views

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 ?

    This topic has been closed for replies.

    1 reply

    Visitor II
    March 31, 2022

    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.