我在使用DSP的例程的时候,运行程序,会停在这里:
我调试的时候将断点打在第79行的前面,发现执行完第78行的程序之后,表示全局中断的GINTFLG这一位并没有被清除掉,请问这可能是什么原因呢?
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.
你好,可以看到图片了。之前没有看到你使用的是例程,请问你对例程有做过修改吗?看你的main函数部分似乎是加入了自己的程序的?
硬件上是否按照例程说明连接?
//! \b Instructions: //! # Load the "upp_sdr_tx" on board 1 //! # Load the "upp_sdr_rx" on board 2 //! # Run the "upp_sdr_rx" code on board 2 (Needs to be run before the tx code) //! # Run the "upp_sdr_tx" code on board 1 //! //! \b External \b Connections \n //! - All Tx pins except wait pin should be connected to respective Rx pins.
您好,这个问题大致解决了,谢谢您!
但是我还有一个问题,请问upp中断信号产生的条件是什么呢?是发送缓存区有数据就会不断触发这个中断还是这个中断可以定时触发?谢谢