MSP432当DMA传输完成后,哪个寄存器会置位??不想通过中断判断传输是否完成,谢谢
Susan Yang:
DMA_int x
The dma_x_interrupt ISR is called by the DMA flag which is set after the DMA finishes sending the entire data_array.
MSP432当DMA传输完成后,哪个寄存器会置位??不想通过中断判断传输是否完成,谢谢
DMA_int x
The dma_x_interrupt ISR is called by the DMA flag which is set after the DMA finishes sending the entire data_array.