Hi
I am using the EVM_C6657, and I want to start a EDMA transfer when the GPIO15 goes high.
I have started with the edma example project, and modified it so my EDMA transfer works, but only with a manual transfer
result = EDMA3_DRV_enableTransfer (hEdma, startEdmaChainChId, EDMA3_DRV_TRIG_MODE_MANUAL);
But I do not know how to start the transfer automatically when GPIO15 toggles.
Hope that some one can help me please
Best
Jens