In msp430f149, the xin pin and xout pin are connected to the 8M crystal oscillator, but the 8M crystal oscillator cannot vibrate.
The procedure is like this
#include msp430x14x.h
void main(void) { uns...
[i=s] This post was last edited by dontium on 2015-1-23 12:48 [/i] LMF100 can form a 4th order filter at most, that is, cascade two 2-order filters A and B. But when the center frequency of the 4th or...
[p=26, null, left][color=#000][font=Arial][size=4]MSP430 series, the baud rate setting of the usart module is determined by the following three parameters: UxBR0, UxBR1, UxMCTL[/size][/font][/color][/...
[i=s] This post was last edited by Changjianze1 on 2017-11-22 16:26[/i] [size=5]I have been using TI's microcontrollers and Bluetooth wireless products for several years[/size] [size=5]I usually buy T...
Dear experts, how to set DCOclock to generate 32768hz frequencyThere is a program written like this:void clock_set(void){IFG2=0;IFG1=0;_DINT();_BIC_SR(OSCOFF);BCSCTL1&=~XT2OFF;BCSCTL1|=RSEL1+RSEL0+XTS...