Using StarterWare we are trying to get a DMTimer to trigger a DMA via an event. StarterWare examples of using the dmtimers end in ISR's and my searches have not come across anyone doing this. The key missing parts that don't seem to make sense is the EDMA event numbers and the tpcc event mux registers.
Is there something specific in the Timer Control Registers that needs to be programmed or can only certain dmtimers trigger events?
Is the Timer Event capture register (offset 0xFD0) supposed to be used (or the dma event capture) and if so, what values are put in there as there are only 5 bits (0x1F max) in the timer events.
Is the EDMA: Direct mapped events 0-63 or CrossBar mapped events 1-63 supposed to be used?
The register descriptions do not say which triggers which.
Thanks for the help....