This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

多路EDMA同时工作



本人设计的系统两路EDMA乒乓读取外部AD数据(AD数据熟虑为1.25M),设置另外一路EDMA发送数据至外部的UART芯片,单独测试都可以通过,但是联在一起,就有问题。我也设置了EDMA的优先级,请问可能是哪里出了问题。

主要现象是串口发送的数据大部分正常,局部多出数据。比如发送11,22,33,44 局部可能得到,11,11,22,33,44.