2026-05-14 1:48 AM
Hi,
I am using one ADC with multiple channels on an STM32 device. I configured a timer trigger (external trigger) for the ADC, but I noticed that the trigger seems to apply to all channels of the same ADC, not just the selected channel.
I would like to confirm:
My goal is to use different trigger timing per channel, but I am using only one ADC peripheral.
Thank you.
2026-05-14 3:07 AM
Only one trigger to all channels, two mode - one events to convert sequence or conversion triggered separately for each channel in sequence.
You have to come up with more complex trigger processing, using timers input multiplexers. So ADC 'd stay connected to one timer, and this timer selects another sources to generate events.