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.

DRA78XEVM: Is McSPI direct DMA to McSPI possible?

Part Number: DRA78XEVM

Tool/software:

Hi TI experts,

I'm working McSPI using with DMA, in particular to read data from the FLASH memory attached.

I need to transfer data from FLASH to McASP TDM.

For McSPI I'm using at the moment A sync with aCnt equal to the McSPI FIFO size (1byte or 4bytes), not sure if CS is toggled/CLK is stretched with different configurations.

My questions:

1) Is it possible for EDMA to read from McSPI and write directly into McASP interface, with a single EDMA PARAM descriptor? NAND first 4 bytes command are not a problem...

2) Are there any constraint in EDMA transfer parameters, e.g. aCnt/bCnt ..., when applied to McASP?

3) Can you please point to any example implementing this approach?

Thanks for your attention