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.

C6748 EDMA instances supported

Hello,

I was just reading the EDMA LLD documentation regarding the initialization of the driver and on page 16-20 of http://processors.wiki.ti.com/images/5/5e/EDMA3_LLD.pdf it says that "since all processors today only have one EDMA, use instanceId = 0", but in my knowledge C6748 supports 2 TC on CC0 and 1 TC on CC1, are they going to be used or every peripheral on PSP drivers will be on TC0?

I'm trying to reserve CC1 for an EMIFA connected 16-bit ADC driver and keep the other 2 TC for SPI, I2C and UART peripherals. How do I make sure the correct TC is being used? Or do I need to create my own driver?

Thank you in advance,

David.