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.

程序debug全速运行时正常,关闭debug开关后运行不正常

Other Parts Discussed in Thread: MSP430F5510

今天调试msp430f5510的i2c时,遇到了个奇葩的现象,请诸神给予解答。

是这样的,msp430f5510是作为i2c从机,另外一块ppc跑的linux板子作为主机,他们哥俩在做数据交互。

驱动调试完后,430的程序在IAR debug 模式下全速运行,一切正常,但是当debug关闭后,linux主机那边打印出来的数据就不对了,用示波器抓的波形,时序都对,就是数据不对,非常奇葩~

请问这是什么原因造成的呢?希望给予解答,多谢!