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.

DMA SPI on cc3200 Launchpad

Other Parts Discussed in Thread: CC3200

Hello,

I'm using a STM32 nucleo board (master) connected to the cc3200 launchpad (slave) over the spi interface.When running the default spi_demo example,if i send a string from master  such as "SPI1 Communication Working from STM32F401 Nucleo Board " , I only receive "SPI1 Communiation Workin oT21coad".

On the master side if I add a delay of ,say 1ms before sending each character then cc3200 is able to display the full string.

I tried the DMA solution for SPI Slave  provided on this link -> http://e2e.ti.com/support/wireless_connectivity/f/968/t/353790 but then I get no data at all on the receiving side. 

Any help would be appreciated

Regards,
Salman