Part Number: TDA2SX
Tool/software: TI C/C++ Compiler
I want to use a link task to communication with remote mcu with SPI2 in slave mode. Because of the efficiency, I would have to use dma to do the real transfer work.
However, I just use bsp_mcspi.c and bsp_mcspiEdma.c with GIO interface, and configured the SPI2 to MCSPI_OPMODE_DMAINTERRUPT mode, it does not work.
I have checked some related code, and found there were no crossbar configuration for edma, and not sure if it due to such issue, or, its no sense.
Btw, it works for MCSPI_OPMODE_INTERRUPT mode.
Any hinsts will be very appreciated. Or, if there was a programming guideline for such dma spi transfer job?
Regards,