Hello All,
I am currently working on DM6446 (CCS). Actually, I am writing my own API's for EDMA3 using the TI documents.
I have got the DMA working for A sync and AB Sync mode. Currently I am passing the channel Id along with transfer parameters, to the API.
I would like to change it to polling where, I poll for free channel and pass it to my DMA transfer API.
There are few more queries which I have
1. Is a particular DMA Channel is always mapped to a corresponding PaRAM set i.e. PaRAM set number and DMA channel number are same?
I just needed a confirmation for this, as in QDMA is it possible to map one channel to any PaRAM Set?
2. Do we have to explicitly keep a track which channel is busy or there are some status register looking at which we can obtain the free and busy
channel Ids.
Thanks and Regards
amit.