Part Number: MSP430G2230 Hi,
I'm developing a very low cost, low component count product based on a MSP430G2230. Is the usual cap required on the RST pin. for proper power up. I know the answer is in the 700 Page users manual, but I couldnt find it…
Part Number: MSP430G2230 Hi ,
I am using Pin 3 /P1.5 as an ADC input. I don't know how to configure the pin as an ADC input as P1SEL1 and P1SEL0 are flagged as errors/ unrecognized , only P1SEL is allowed. However setting P1SEL |= BIT5; selects the…
Part Number: MSP430G2230 Hello,
I am planning to use part of the flash memory in MSP430G2230 as non-volatile memory to store some data. I am wondering if I can directly put the data in the flash when uploading the firmware onto the chip, so I do not…
Part Number: MSP430G2230 I'm starting a new project and would like to use the USI library for a I2C communication.
I the examples but get undefined when compiling?
My code:
#include "stdint.h" #include "USI_I2CMaster.h"
#include "msp430g2230.h…
Part Number: MSP430G2230 Other Parts Discussed in Thread: MSP430WARE Tool/software: Code Composer Studio I make a small application interfacing an MSP430G2230 through I2C communication.
I get 74 errors when I try to build the application due to unidentified…
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: MSP430G2230 Tool/software: Code Composer Studio Sorry, I don't know how to get received data from I2C for save in to memory. Ex DATA[x] = USISRL; ???
Part Number: MSP430G2230 Other Parts Discussed in Thread: UNIFLASH , MSP-FET Hi,
I am using the MSP430G2230 and on about 5% of our boards we are experiencing a 'Verification Failure'.
Version of Uniflash used: 6.2.0.3059
Hardware Used: MSP-FET …