Other Parts Discussed in Thread: CC3200
Tool/software: Code Composer Studio
hi
I'm working with cc3200 and i'm trying to send data from "buffer1" to ""SPI-TX" using DMA with basic mode, and then receive Data from RX-SPI to "buffer2" using DMA so i have some questions about this operation.
1- what is the exactly meaning of the SPI flags : "SPI_INT_DMATX " and "SPI_INT_DMARX"
2- whats is difference between those flags : 1) "SPI_INT_DMATX" and "SPI_INT_TX_EMPTY"
2) "SPI_INT_DMARX " and "SPI_INT_RX_FULL"
3- how i can generate interrupt when the all transfer is complete (all data are received in buffer2). or how i can know that the transfer is complete.
best regards