Hi,
I will use the TM64P3_Out12 Event to enable a AB-synchronized EDMA transfer. CCNT is 3.
Is the TEVT12 always set when an interrupt is set or do I have to enable more than only the PRDINTEN12?
I know that I have to clear the Interrupt flag when one occured, do I have to do the same with the EDMA3 event flag if this is accessable from "outside" or is it automatically reseted after the event is submitted to the EDMA3 CC?
I have the TM64P3_Out12 also available on a GPIO to trigger a AD conversion on the EMIFA connected ADCs. At the same time, the EDMA3 system shall transfer the last ADC values from the ADCs to an other memory section. Thus, the EDMA3 CC shall react also on this EVANT. I see on a connected Oszilloscope that the puls of the timer occurs as expected, but no change in the EDMACC1 IPR can observed. The CCNT is 4, I hope that means that 4 transfers must be triggerd before the bit in the IPR is set? The bit is never set... The corresponding EVENT is 26, am I right? I configured the the EDMACC and PaRAM-sets (Set26 links to Set 127. Set127 links back to 26) as followed:
Is there anything wrong configured in the program above?
Is there a special configuration on the Timer registers needed to submitt the event to EDMA3 CC?
thanks,
Christian