Arduino DUE Timer count

Hi @foxetera

It's possible to synchronise the TC timer's channels with a software trigger generated by the Block Control Register (TC_BCR) SYNC bit:

TC0->TC_BCR = TC_BCR_SYNC;   // Generate a software trigger on all of TC0's channels
1 Like