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 on CC1111

Hi,

in my project i have to work with cc1111. Now i have to configurate the DMA. But my question is, can i use the DMA for radyo AND for ADC? Or only for one?

Thanks

  • Hi,

    referring to the device datasheet - http://www.ti.com/lit/ds/symlink/cc1111f32.pdf, chapter 12.5.1 "DMA Operation": 

    "There are five DMA channels available in the DMA controller numbered channel 0 to channel 4.", and Table 51: "DMA Trigger Sources", you can see that both RF radio RX/TX and ADC operation can be used as trigger. So basically the answer to your question is "yes", as you can assign different channel for both DMA operations from radio and ADC.