2023-03-10 02:16 AM
2023-03-27 12:10 AM
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.
2023-03-29 09:52 PM
STM32L4
2023-03-29 10:44 PM
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