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…
Part Number: MSP430G2221 Tool/software: Code Composer Studio Does CCS 8 program or erase the DCO calibration constants when you download code using the Debug feature? I did not think so, but later when I tried programming using Elpotronic Lite, it says…
Part Number: MSP430G2221
Hi,
there seems to be a bug in the HW when the USI is configured as SPI master. The following code configures the USI for 16-bit SPI master operation.
Then the code transfers 2x 16-bits on the SPI. However the FIRST transfer…
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 tried…
Part Number: MSP430F5529 Other Parts Discussed in Thread: MSP430G2221 Tool/software: Code Composer Studio I am using the MSP430F5529 launchpad to program an MSP430G2221 on an external board.
It has been smooth until I tried to program the MSP430G2221 using…
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: 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…