MSP430G2553: continuous ADC10 sampling (with interrupt) I wrote a small program to continuously sample the internal temperature sensor of the MSP430G2553 based on the ADC10 interrupt My code, however, does not do that It triggers the interrupt (only) once, it populates the first index of the array, and then it stops
msp430 - USCI UART on MSP430G2553 - Stack Overflow I assume that the msp430g2553 is programmed with an application which really handles the UART (initialized to 9600, 8N1), and is really reading characters from the UART, and writing something back Then you should be able to access it using Hyperterminal (same settings there: 9600, 8N1)