Hi All
I found the DMAQNUMn definition in the EDMA3 user guide, it describe as bellow
Each DMA channel and QDMA channel is independently programmed to map to a
specific queue using the DMA queue number register (DMAQNUMn) and the QDMA
queue number register (QDMANUM).
when a saw the program in the example
gEDMACC2Regs->TPCC_DMAQNUM[0]= 0x32103210;
gEDMACC2Regs->TPCC_DMAQNUM[1]= 0x32103210;
gEDMACC2Regs->TPCC_DMAQNUM[2]= 0x32103210;
gEDMACC2Regs->TPCC_DMAQNUM[3]= 0x32103210;
gEDMACC2Regs->TPCC_DMAQNUM[4]= 0x32103210;
gEDMACC2Regs->TPCC_DMAQNUM[5]= 0x32103210;
gEDMACC2Regs->TPCC_DMAQNUM[6]= 0x32103210;
gEDMACC2Regs->TPCC_DMAQNUM[7]= 0x32103210;
What does this value mean?
there are 8 channel in total, and each queue is 16-entries deep
how does this map channel to a specific queue?
Best Regards
Yewkui Wang