What Timers can Trigger ADC?

The Due datasheet defines 3 possible Timers for triggering ADC (in ADC Mode Register):

TIOA Output of the Timer Counter Channel 0
TIOA Output of the Timer Counter Channel 1
TIOA Output of the Timer Counter Channel 2

But there are 3 Timers, TC0, TC1, TC2, each of them having channel 0-2 and each channel having a TIOA.

All examples I found in this forum are using TC0->TC_CHANNEL[0].
Is it possible also to use TC1 or TC2?

Hi @SupArdu

Only timer TC0's three channels (0, 1 and 2) can be configured to trigger the ADC.

1 Like

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.