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.

CC2650: dma spi controlled by timer

Part Number: CC2650
Other Parts Discussed in Thread: ADS8866, ADS1220

In my project,I want to connect an 16bit ADC (ADS8866) to cc2650. The ADC uses SPI to transmit the data, where the ADC is the slave and the cc2650 is the master. Now I can read the adc in a gptimer interrupt. Preferrably I'd like to use DMA to keep the load low, so reading the ADC in an interrupt is not an option. So I want to trigger spi dma controlled by timer.How can I achieve this? Thanks!