Other Parts Discussed in Thread: MSP430F5336 , MSP430F437 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。 https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum/1009026/msp430f5336…
Other Parts Discussed in Thread: LMV324 , MSP430F437 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。 https://e2e.ti.com/support/amplifiers-group/amplifiers/f/amplifiers-forum/978289/lmv324-simple-conditioning-circuit-needed 器件型号: LMV324 主题中讨论的其他器件…
Other Parts Discussed in Thread: MSP430F437 你好,我用MSP430F437,3.6V电池供电的手持设备,软件设置压降到3V时供电报警,新电池老是用不了1~5天就开始报警,用万用表检查电池电压为3.6V,取下电池重装有可以用1~5天,整套电路均使用低功耗器件,请予以指导,谢谢。
Other Parts Discussed in Thread: MSP430F437 , MSP430F169 1、首先,芯片型号是MSP430F437,初始化方式参考官方例程,如下:
void clock_init() { unsigned int i; FLL_CTL0 |= XCAP18PF; // Set load capacitance FLL_CTL1 &= ~XT2OFF; // Turn on XT2
// Loop until 32kHz crystal stabilize…