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: CC3200 SPI Master DMA数据获取

Part Number: CC3200

FPGA 作为从设备,CC3200作为主设备,通过SPI Master模式和FPGA进行数据交互;

有几个问题,

1 SPI 作为Master,调用DMA,什么情况下能触发SPI进行读写呢?触发的条件怎么设定;

2 若FPGA侧数据采集已经满了,怎么通知SPI DMA获取搬运数据呢?

3 SPI作为Master SPI_INT_DMARX/TX这个触发的条件是什么?

4 SPI作为Master SPI_INT_EOW这个触发的条件是什么?

5 对于FPGA 若数据采集已经满了,是否可以通过GPIO告知CC3200,然后通过中断嵌套的方式去实现SPI DMA RX数据收发动作;那对应TX怎么触发?