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?