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.

Compiler/TM4C129XNCZAD: The limitation of uDMA channel setting

Part Number: TM4C129XNCZAD

Tool/software: TI C/C++ Compiler

Hello,

My project need to use 10 sets of I2C DMA channel, but I found that both I2C5 and I2C8 are using the same channel group (CH22 & CH23)

is there any solution for me to set 10 independent I2C DMA that can transfer data in parallel?