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.

CCS/TMS320F28379D: TMS320F28379D SPI via DMA

Part Number: TMS320F28379D

Tool/software: Code Composer Studio

Dear support,

I run two examples: spi_loopback_cpu1 and spi_loopback_dma_cpu1.

In both examples I removed loopback . In spi_loopback_dma_cpu1 I added calling InitSpiGpio() send/read data always:

while(1)

{

StartDMACH6();

StartDMACH5();

}

In the 1st example in see all signals good(1-SPISTEA, 2-SPICLKA, 3-SPISIMOA)

In the 2nd example with DMA I don't see SPISTEA signal and see  SPICLKA always

May be I do something wrong? Should I see SPISTEA signal too? We would like to communicate with FPGA via SPI . I think to do it via DMA , but we can not work without SPISTEA signal.

Thanks,Sabina