I have a doubt about how to configure DMA channels 2,3 and 4 on CC1110.
I intend to use all the 5 DMA channels for different functions (tx radio, rx radio, aes up, aes down and flash) but I can't understand at all how to set the channels above the second one (channel 1).
I haven't found any information about how to do so on internet, and the datasheet is very complicated to understand.
It says: "DMA1CFGH:DMA1CFGL gives the start address for DMA channel 1 configuration data structure followed by channel 2 - 4 configuration data structures." And then: "This means that the DMA controller expects the DMA configuration data structures for DMA channels 1 - 4 to lie in a contiguous area in memory, starting at the address held in DMA1CFGH:DMA1CFGL and consisting of 32 bytes."
The problem is that when I look it up how is the SRF register on the unified memory space, I can see that DMA1CFGL= 0xDFD2, DMA1CFGH = 0xDFD3 and DMA0CFGL = 0xDFD4.
So, how can I configure other DMA channels other than channel 1 and 2, which are already working very well ? What is the adress which should I put the DMA channel 2 (and so on) configuration ?
Please someone help me with some code example or at least some information !!
Thanks very much,
Marcelo Peres.