Hi Guys, I have the MSP430G2230 . It measures temperature via a sensor and save it in the flash . An LED and a button is also connected. Now, i want to read these values in the flash over UART. Pins : - RST - TEST - P1.6 ( Pin4 ) are free . How do I establish a UART connection to the MSP430G2230 ? About tips and help I would be happy .
CIRCUIT : I use the MSP430g2 Launchapad to programm the g2230.
// MSP430G2230 // --------------------------------------------- // + - | VCC (1) (8) VSS |- - // LED <- | P1.2 (2) (7) TEST |-X // TMP -> | P1.5 (3) (6) RST |-X // free - | P1.6/A5 (4) (5) P1.7 |-SWITCH
// ------------------------------------------------ //