15.2(b) - Analog-to-Digital Converter on the MSP430: Reading Voltage w/ Conversion-Complete Polling

Опубликовано: 22 Март 2026
на канале: Digital Logic & Programming
7,593
90

This video works best if you have my textbook and are following along with the video. Get the book here: https://amzn.to/32vpsEY. This video covers a portion of section 15.2 in the textbook "Introduction to Embedded Systems Design using the MSP430FR2355" by Brock LaMeres. This video gives an example program where an external voltage is ready by the ADC and sets/clears the LEDs according to the value of the incoming signal. The LaunchPad is driven with a sine way from the Analog Discovery 2. The video shows how to configure the ADC and polls the conversion-complete flag to know when the digital value is ready to be read. The ADC value is also viewed in the debugger.