Hi @PetrS
In my project the required trigger chain is FTM0_INT -> PDB1_IN0 ->ADC1 -> ADC1_COCO->DMA TCD Linking.
Please clarify the below questions
1.I need to know how to copy the external register values to the PDB register CH0C1 and CH1C1 which should be a 32-bit transfer.
2.Where to add the source address (global variable) and destination address (PDB CH0C1 and CH1C1 register.
3. What is meant by the config Source Last Address Adjustment and Destination Last Address Adjustment( in eb tresos I don't find any provision for adding the source and destination address)
4.Since the minor loop should run twice( to copy 2 external register value ), how to configure the minor loop count?