After setting up the DMA interrupt function, I found that I couldn't enter this interrupt. The inspection revealed that the channel INT remained at 0. There was a problem when the data at the original address was transmitted to the destination address, and no result was obtained. (PWM triggers ADC sampling)Could you please take a look at my program and tell me why it fails to enter the DMA interrupt?
void Dma0_IrqHandler(void)
{IP_TCD_0->CH7_INT = 1;}