Part Number: PGA460 Other Parts Discussed in Thread: MSP430F149 , , , MSP-EXP430F5529LP 各位工程师:
大家好,我在做一个超声回波测试的工作。使用的是pga460芯片,使用串口通信。在官网买的开发板调试没有任何问题。当自己做板子和调试的时候,使用msp430f149作为控制mcu,使用aclk校准的dco 2M作为主时钟,串口时钟由主时钟分频提供。
配置数据:(mcu发送)
55 09 1C DA 55 0A…
Other Parts Discussed in Thread: MSP430F6659 , MSP430F149 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。 https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum/601961/msp430f6659…
Other Parts Discussed in Thread: MSP430F149 使用MSP430F149控制直流电机,同事外部中断采集电机转的圈数,利用串口控制电机正反转,串口命令发送太快,单片机会死掉,必须重新启动才能正常运行,这是怎么回事?程序中用到串口中断,外部中断,定时器2中断,定时器1产生两路PWM波。