MSP432 DMA驱动函数中void DMA_setChannelTransfer(uint32_t channelStructIndex, uint32_t mode, void *srcAddr, void *dstAddr, uint32_t transferSize);
transferSize 这个值可以超过1024吗
灰小子:
理论上可以,但没测试过。官网例程有给1024的。
xue liu1:
回复 灰小子:
dirtwillfly
理论上可以,但没测试过。官网例程有给1024的。
yunhao cui:
回复 xue liu1:
您好,最近我也在尝试DMA这块。我在研究UART的DMA接收,想尝试在接收串口中断的时候,在中断里用recBuffer把串口发进来的数据保存下来。但是研究了半天都没有进展。官网的例子都看了,也没有中断里DMA的程序,不知道你对这块有没有什么了解?