cancel
Showing results for 
Search instead for 
Did you mean: 

Can we distinguish which ADC channel has done the conversion when using multichannel interrupt method ADC??

STee.3
Associate II
 
3 REPLIES 3
FBL
ST Employee

Hello @Community member​ 

It is possible to determine which channel has completed the conversion. When ADC generates an interrupt, you can determine which channel has generated it.

Which STM32 product you are using?

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.

STee.3
Associate II

STM32L4

Not directly.

It's your program, you know how many channels did you put into a sequence and when did you start the sequence, so simply count the interrupts.

JW