Dear All,
I am trying to do an ADC conversion using msp430g2553 launch pad. I am using The code composer studio here. When I build the code , it is successfully executed. After the debugging and 'RUN', no value displayed in ADC10MEM register. When I stop the execution(RUN button stopped), the value is displayed.Why am I not getting the data in ADC10MEM while executing? How can I do a real time pulse wave conversion in msp430g2553?