Other Parts Discussed in Thread: MSP430FG437 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。 https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum/1065728/msp430fg437-narrow…
Other Parts Discussed in Thread: MSP430FG437 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。 https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum/844871/msp430fg437-does…
Other Parts Discussed in Thread: MSP430FR2433 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。 https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum/1012996/msp430fg437…
Other Parts Discussed in Thread: MSP430FG437
我用MSP430FG437做了一个RS232串口通信电路,用官方例程测试,能够收到电脑发给单片机的数据。然后稍微修改了一下程序(如下红色部分),想让单片机通过接收中断返回一个固定的值,发现无论data如何变化,总是返回电脑发送给单片机的数据。接着我将单片机发送数据的指令TXBUF=data取消了,结果还是会返回发给单片机的数据。我用万用电表测了一下,发送跟接收管脚之间没有短路。请问这是什么问题,应该怎么解决呢…