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.
UART2接收使用uDMA,但是debug时能接收到数据,release状态下收不到数据
一般这种问题都是由于debug的时候时间比较慢,实际运行就不可以了,注意外设初始化的时候的延时问题。
芯片仿真速度应该一样吧
仿真的时候,应该是会慢点的。
找到问题了,我是两颗芯片协同工作,release状态下同时上电同时run,debug状态下,一颗上电就run,debug的这颗芯片还没run
原来是这样引起的,又涨经验了。