2022-03-29 11:18 PM
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 ?
2022-03-31 01:11 AM
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.