Hi.
I have a question about EDMA3 of C6747 DSP.
I configured two PaRAMs so that PaRAM (a) links to PaRAM (b).
When a transfer of PaRAM (a) completes, PaRAM (b) is loaded to PaRAM (a) field.
My question is that can I estimate the time of loading PaRAM (b) to PaRAM (a) field?
If it is possible, how long it would be?
I use EDMA3 to transfer received SPI data to IRAM. The SPI is slave mode, and the clock rate is about 15MHz.
I want to make PaRAM Link during continues SPI transfer from the host device.
I suppose that a 16-bit word may be dropped if PaRAM load takes more than 1.06 micro-sec. ( 1 second / 15MHz * 16bit = 1.06 micro-sec.)
Thank you in advance.
Shintaro NOGUCHI