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.
使用C6654串口0 连续接收其他芯片的发送的心跳信号(100ms一次,比特率为115200),使用仿真器在线调试,发现每次接受一条指令并回复后,就无法接受后续指令了,查看串口寄存器,发现LSR寄存器为0x63,也就是出现了overrun error,请问这种错误一般是有什么造成的?
但是把程序下载到DSP的Nor Flash中离线运行,发现完全正常,只有在线仿真调试才会遇到这个问题。