Part Number: LAUNCHXL-F28069M
Hi,
I've been looking to do DMA transactions with the SPI module, but since the SPI module is not connected to the DMA engine, that doesn't seem possible. Nevertheless, found that there exists examples to do SPI with the McBSP module, as well as to do DMA with the McBSP module.
Given the situation, I wonder whether it is indeed possible to configure the McBSP module in SPI mode and do DMA ?
Will a merger of the 2 examples McBSP_SPI_DLB and McBSP_DLB_DMA simply good enough ? (tried adding in the SPI and GPIO setup from McBSP_SPI_DLB into McBSP_DLB_DMA replacing the GPIO and the existing McBSP setup in there. But unfortunately, looking at the CLKXA (SCLK) and MDXA (MOSI) pins, all what appears is that SCLK is pulled down on the first interrupt and the code execution goes into the for() loop)
Or am I attempting something that's not feasible ?
Thanks,
Manu