Is it possible to use two different events from two different timers for two DMA channels?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hello Tankist,
Yes, it is possible for two timers to generate DMA request for two different events. You just need to make sure that the timer DMA request are not on the same UDMA channel.
For the the channel assignment you can refer to the data sheet chapter on UDMA, where there is a channel assignment table in the functional description section.
Regards
Amit
How to bind a timer event to a specific DMA channel? I use the function TimerControlTrigger (TIMER0_BASE, TIMER_B, true) for synchronization, but it does not contain a link to a specific DMA channel. I have two DMA channels and they work at different rates.