Part Number: MSP430FR4133
Other Parts Discussed in Thread: MSP-EXP430FR4133, MSP430WARE
Hello,
I am trying to read a sequence of ADC values from A2 to A0. I am using the msp430fr413x_adc10_10.c example provided on the TI Resource Explorer under MSP430Ware, Development Tools, and MSP-EXP430FR4133. When I run this code and add ADC_Result to the Expressions window, I notice that only A2 is ever collected before going into a low power the mode that the device subsequently never leaves. Can you tell how this code can be properly augmented to actually read sequentially channels A2, A1, and A0?