Hello,
I want the DMA to transfer one 16-bit word each time it is triggered. After the DMA has transferred six 16-bit words, I want it to generate an interrupt to the CPU. How can I do that? Currently, I set the transfer count as 6 and use the repeated single mode, but I am not sure if I should set the Interrupt Mask as 1. It seems that if I set the Interrupt Mask, the DMA will generate an interrupt to the CPU after each single DMA transfer, but if I don’t set it, the DMA will not generate an interrupt at all.