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.

Question about TMS320C6747 DMA Event

Other Parts Discussed in Thread: TMS320C6747, OMAPL138

Hi there

I have a Question about TMS320C6747 DMA Event

First of All, I'm using TMS320C6747 EVM(OMAP-L137) and i have runned evmc6747_dsp.gel

I want to transfer a data to EMIFA via DMA and it must be synchronized with a Clock(external source)

it means i want to transfer a data to EMIFA at every single rising edge of the Clock

So, i'm using DMA with event triggered mode, and the event source is a rising edge of GPIO

But... if the Frequency of the Clock is more than 4.8 MHz, DMA Block doesn't transfer a data at every single rising edge

after generated many rising edge, DMA Transfer a data to EMIF

Are there a limit about data rate or Time interval between events?