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.

CC3200 SPI收发数据

Other Parts Discussed in Thread: CC3200, CC3200SDK

使用官方的SPI_Demo例子 Master模式 可以正常发数据出去,但是怎么接受数据啊?

还有就是论坛TI员工提供SPI DMA模式的例子(spi_demo_DMA.zip),但是这个例子在while( !(MAP_SPIIntStatus(GSPI_BASE,false) & SPI_INT_EOW) );就卡死了。。。。有没有什么解决方案?