Part Number: MSP430G2221 Tool/software: I have a new design requirement that requires a SPI to MDIO converter. Do you have any design examples using the MSP430 processors that implements something like this. The voltage requirements are 1.8 to 3.6 volts…
Part Number: MSP430G2221 Hi,
I am porting code from MSP430F to MSP430G. I was informed there was no driver library for MSP430G? How do you recommend I port the code from MSP430F to MSP430G?
-kel
Part Number: MSP430G2221 Hi,
I'm using the MSP430G2221.
The MSP430G2221 doesn't support ADC function but it works fine.
I downloaded and executed ADC examples of G2231 to G2221 by mistake.
But I can read ADC registers and proper results.
Both…
The G2221 has only one calibrated frequency (1MHZ), and it's at 0x10FE-FF. Did you look that far? I wonder if maybe Elprotronic is checking for the 4x that some other G2 devices have.
There is a download option to erase "protected information memory…
Hello Daniel,
Thanks for your detailed post. You've been observing the USI5 bug mentioned in the MSP430G2221's erratasheet . The workaround has also been provided and says to "load USICNTx with a count of N-1 bits (where N is the required number of…
Part Number: MSP430G2221 Other Parts Discussed in Thread: MSP430WARE Tool/software: Code Composer Studio Hi
CCS Version: 7.3.0.00019
It always failed to install MSP430ware v3.80.01.01 recently after I had used it for a period to updating.
I have…
Hi Chao,
I don't think we have any PMICs that would support that behavior by default, however it might not be too difficult to implement a circuit to handle it. I think some combination of an NE555, a NAND gate, and a latch maybe could control an enable…
Other Parts Discussed in Thread: TLC5941 , MSP430F427 , MSP430G2221 Hi All,
I am trying to control 16 LEDs using the TLC5941 current driver and the MSP430. Reading the datasheets:
"The TLC5941 is a 16-channel LED driver with 12-bit grayscale dimming…
Other Parts Discussed in Thread: MSP430G2553 , CC115L , MSP430G2221 Hi,
I am trying to modify a C code based on MSP430G2221 to a new system based on MSP430G2553. The main difference is the SPI interface since MSP430G2221 is using the USI and MSP430G2553…