Other Parts Discussed in Thread: MSP430F6721 , MSP430I2041 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。 https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum/952735/msp430i2041…
Other Parts Discussed in Thread: MSP430F6721 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。 https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum/628442/msp430f6721a-what…
Other Parts Discussed in Thread: MSP430F6721A , MSP430F6721 , MSP430F67641A 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。 https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller…
Other Parts Discussed in Thread: MSP430F6721 , MSP430G2955 , MSP430G2203 , MSP430F2350 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。 https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller…
Other Parts Discussed in Thread: MSP430F6721
程序如下,功能:捕获的高电平脉宽是56us恒定的波形,周期是10khz Timer0A0_Init()是捕获寄存器配置,Timer1A0_Init()是定时寄存器配置 , 定时时间为50ms 。在同一时间使用其中一个的时候, TIMER0_A0_VECTOR与TIMER1_A0_VECTOR中断分别能进入。 但是,两个中断同时使用的时候,TIMER1_A0_VECTOR定时用的中断进不去了. 排查了2天问题,是不是捕获的高电平脉宽较小…
Other Parts Discussed in Thread: MSP430F6721 , MSP430F5529 使用的MCU型号是MSP430F6721,电路板上面AUXVCC1和AUXVCC2引脚连接的是VCC,AUXVCC3引脚连接的是纽扣电池,这么连接对吗?
参考的例程如下:
#include <msp430.h>
int main (void) { WDTCTL = WDTPW | WDTHOLD; // Stop WDT
if (SYSRSTIV == SYSRSTIV_LPM5WU…