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.

MSP430f5244SPI通信主机模式

Other Parts Discussed in Thread: MSP430F5244

你好,

我是用MSP430F5244作为主机进行SPI通信,遇到几个问题:

1、SPI通信采用三线模式,是否可以只MOSI引脚与从机相接,MISO引脚直接断开?因为我只需要使用SPI发送数据,不需要读灰数据,请问断开MISO是否会产生影响?

2、在1的条件下,进行SPI通信,结果检测到没有时钟信号和数据信号,对代码进行断点调试,发现UCTXIFG一直为1,给UCA0TXBUF赋值时,UCRXIFG会从0变为1