Part Number: F29H85X-SOM-EVM
Tool/software:
Configuring SPI external Loopback with DMA
I am completely new to TI Microcontroller. I want to establish external communication between two SPIs (SPIA and SPID).
I tried using Ex 5: SPI Loopback with DMA as base and added below changes to it:
1. Addition of new SPI as peripheral and configuring a DMA receive channel
2. Unchecked the "Use loopback mode" in the SPI Controller
3. Modifications necessary in the .c file
But the transmission is not happening. Is there any other example I could do as reference or any specific configuration to be modified?
Thanks.