Other Parts Discussed in Thread: MSP430F1232 TI工程师您好:
我公司使用msp430f1232芯片使用外部4M晶振,4M晶振可以正常起振(在没有进入LPM4前),进入LPM4后再通过外部中断出低功耗后4M晶振就不起振(不工作)。
时钟配置程序
void OSC_INIT() { int i; BCSCTL1|= XTS; do { IFG1&=~OFIFG; for(i=500;i>0;i--); P2DIR |= BIT2; //…
When the receiver is disabled (URXEx = 0), re-enabling the receiver (URXEx
= 1) is asynchronous to any data stream that may be present on URXDx at
the time. Synchronization can be performed by testing for an idle line
condition before receiving a valid…
Other Parts Discussed in Thread: MSP430F1232 , MSP-FET 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。 https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum/617856/msp430f1232…
Other Parts Discussed in Thread: MSP430F1232 , MSP430F5438 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。 https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum/593263/msp430f1232…
Other Parts Discussed in Thread: MSP430F1232 汇编程序, RSEG定义RAM变量段报错(IAR-V5.10,MSP430F1232)
编译能通过,但连接报错!
程序:(附件有此程序的IAR工程)
#include "msp430f1232.h" ; #define controlled include file
NAME main ; module name
PUBLIC main ; make the main label vi…