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 need…
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 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
…
Part Number: MSP430G2230 Hi TI expert,
We want to use MSP430G2230 in our project.
After the Mass production, we will potentially have to upgrade(FOTA) the firmware of this MCU.
So is it possible that we upgrade the firmware via I2C?
Look forward to your…
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…
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 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 I'm developing a small board with a MSP430G2230 and the TEST/SBWTCK is connected with a short track to a programming connector.
Is the internal pull-down resistor enough and the pin could be leaved floating, or is it better…