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.

I2c通信问题,发送数据中断。

Other Parts Discussed in Thread: MSP430F2122, MSP430F5659

帮忙看下程序,使用msp430f5659配置成I2c master,msp430f2122配置成从机。

通信过程中,有时会碰到以下情况,比如发送5个字节数据至从机, UCB1CTL1 |= UCTXSTT;  开启传送,进入Tx中断,将发送的第一个字节写入UCB1TXBUF,出了中断以后,无法进入下一个TX 中断,数据无法继续发送,请帮忙分析原因,此时的UCBIFG全部为0.

程序基本按照范例编写,同样的程序,有时运行可以发送完成,有时仅发送一个字节就卡死,请高手帮忙分析一下原因。