Other Parts Discussed in Thread: MSP430FR2155 我有一个工程,已经开了2个中断了,分别为定时器中断和UART接收中断,但我目前有一个新的需求,就是增加一个IO口的下降沿触发中断,且需要IO的中断的优先级是最高,需要在其他两个中断里嵌套。我的处理方式是,在定时器的中断里关闭UART的中断使能,开总中断,退出时再使能UART的中断;在UART的中断里关闭定时器中断使能,开总中断,退出时再使能定时器中断。但最终有2个问题:1、IO中断还是会有100次里,2次左右无法实时响应…
Other Parts Discussed in Thread: ADS1220EVM , ADS1220 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。 https://e2e.ti.com/support/data-converters-group/data-converters/f/data-converters-forum/996897/ads1220evm-msp430-sample-code-and-altium-files…
Other Parts Discussed in Thread: MSP430-GCC-OPENSOURCE 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。 https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum/1082431/msp430…
Other Parts Discussed in Thread: MSP430F5529 , ENERGIA 我在下载MSP430F5529开发板程序时,出现了“MSP430: JTAG Communication Error ”,于是我用好的开发板的SWB_RST和SWB_TST引脚给这块有问题的开发板下载程序,发现可以成功,我严重怀疑有问题开发板是仿真器(也是MSP430芯片)掉了固件,因为我检查仿真器的供电电压是对的,请问我这样想对吗?
Other Parts Discussed in Thread: MSP-FET , MSP430FR2433 , UNIFLASH 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。 https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum/1211982…
Other Parts Discussed in Thread: MSP430F437 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。 https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum/1013582/msp430f437-msp430…
Other Parts Discussed in Thread: MSP430FR6877 您好,我在使用MSP430fr6877,我是用下列地址计算波特率,并且试验可以使用,如下图
http://software-dl.ti.com/msp430/msp430_public_sw/mcu/msp430/MSP430BaudRateConverter/index.html
但是我在例程里面发现这样的配置,我试验了32.768k计算结果没有这样的结果,那是因为什么,例程里面的也可以通信吗?
msp430_driverlib_2_91_13_01…