Hi,
Processor: OMAP-L138
Our requirement is that we will be receiving data continuously from a peripheral which is connected via EMIFA bus.
The peripheral sends 128KB data per second. So, for this we have allocated two Buffers in our code.
So, once the first 128 KB buffer transfer is completed then the other 128KB memory EDMA would be reading data.
I understand that using Linking we can initiate another transfer.
But, our observation is we have to load PaRAM on every tranfer completion.
Is there any feature that EDMA supports, which avoids loading PaRAM? or Else does is supports something like Frame Interrupt (for first 128KB data) and Block Interrupt (For 2nd 128KB data) ?
Thank You & Regards,
GSR