我在使用DSP的例程的时候,运行程序,会停在这里:
我调试的时候将断点打在第79行的前面,发现执行完第78行的程序之后,表示全局中断的GINTFLG这一位并没有被清除掉,请问这可能是什么原因呢?
Green Deng:
你好,图片没有上传成功,请在“使用高级编辑器编辑文本”中,点击上传图片按钮上传图片。
,
user6508985:
图片1:
图片2:
,
user6508985:
您好,请问现在可以看到图片了吗?
,
Green Deng:
你好,可以看到图片了。之前没有看到你使用的是例程,请问你对例程有做过修改吗?看你的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.
,
user6508985:
您好,这个问题大致解决了,谢谢您!
但是我还有一个问题,请问upp中断信号产生的条件是什么呢?是发送缓存区有数据就会不断触发这个中断还是这个中断可以定时触发?谢谢