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
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