I am currently working on a project with MSP430FG6426, using both XT1 and XT2 as clock sources: XT1 32.768KHZ XT2 20MHZ But XT1 has not been working. In this MCU, the PIN of XT1 is independent and doe
The LM2596 series is a 3A current output step-down switch type integrated voltage regulator chip produced by TI. It contains a fixed frequency oscillator (150KHZ) and a reference voltage regulator (1.
[i=s] This post was last edited by paulhyde on 2014-9-15 03:44 [/i] Smart Car Competition Special Training [[i] This post was last edited by open82977352 on 2010-1-30 11:59 [/i]]
My CPU is Samsung 2442. I want to configure the pwm timer to output a pwm pulse, but I can't detect the pulse on the output pin of the CPU with an oscilloscope. Can an expert help me find out where th
I defined a union in exvarialbe.h:
union uint16
{ struct{ unsigned b15: 1;......unsigned b0: 1;}onebit;unsigned int allbit;
}FunEnable;Declare this variable in Timer.h
extern union uint16 FunEnable;Th