Hello, I have soldered the provided crystal to the launchpad sockets. Here is my code for configuring it to be my main clock:
BCSCTL1 &= ~XTS;
BCSCTL3 |= XCAP_3;
BCSCTL3 |= LFXT1S_0;
BCSCTL2 |= SELM_3;
BCSCTL2 |= DIVM_0;
Then I have an LED being…
Other Parts Discussed in Thread: MSP-EXP430FR5739 Hi Guys,
Couple of questions...
1) Just got a new FR5739 exp board, connected it and tried the blink example (LED Toggle code example in CCS)...unfortunately it is not working. It debugs OK but when…
I can't find any information about when is UART TX interrupt invoked? I understand that RX interrupt is invoked when there is some data on the buffer, but when does exactly MSP call the TX interrupt function?
Other Parts Discussed in Thread: DAC161S997EVM Hi,
I have a DAC161S997EVM board that I'm having trouble with, for a start when I first got the board it would not connect to the PC to run the demo that comes loaded. But I didn't consider this as too…
Part Number: TPS23861 Other Parts Discussed in Thread: TPS54160 , , TPS23882 Hi Sir,
i have a customer design the dump switch for 4-port IEEE802.3at application, there seem no problem after we checked.
if have any problem,please kindly let us know…
Other Parts Discussed in Thread: MSP430F5529 Hi,
I am developing a system using MSP430 G2553 in which I read values from sensors, get their digital equivalents using the internal ADC of the MSP430 and transfer those digital values in some form , to…
Part Number: MSP430G2230-EP Other Parts Discussed in Thread: MSP430G2230 I'm essentially using this microcontroller as a co-processor for a different micro, and want to make sure my choice of selection here is the correct one.
These are the needs…
Part Number: MSP430G2533
Tool/software: Code Composer Studio
I found some code that implements PWM. I'm trying to modified so the transducer is connected to P2.6, at a 1 kHz PWM and 50% duty cycle. My implementation is suppose to make red LED change…
There are a couple of things I wasn't able to figure from the datasheet and on the web.Right now, I would like to sample data from 4 channels (let's say, A3 - A0) when a timerA.1 event occours and send them through the UART. And I would like the entire…
Part Number: MSP-EXP430G2ET Tool/software: Code Composer Studio Hi all, got those two boards to evaluate some use of the msp430 as an PMBus controller.
Failing completely, to get it working. The examples are made for the older version of the lunchpad…