Part Number: MSP432P401R
I'm running the example ADC Project from the TI-RTOS Driver examples, and with the same dc signal applied to ADC0 (P5.5) and ADC1(P5.4) I get different values (ADC1 approx 35x lower result than ADC0)
A few examples:
Starting the ADC Single Channel example System provider is set to SysMin. Halt the target to view any SysMin contents in ROV. ADC channel 0 initialized ADC channel 0 convert result: 0x0 ADC channel 1 initialized ADC channel 1 convert result (0): 0x0
Starting the ADC Single Channel example System provider is set to SysMin. Halt the target to view any SysMin contents in ROV. ADC channel 0 initialized ADC channel 0 convert result: 0x404 ADC channel 1 initialized ADC channel 1 convert result (0): 0x15
Starting the ADC Single Channel example System provider is set to SysMin. Halt the target to view any SysMin contents in ROV. ADC channel 0 initialized ADC channel 0 convert result: 0xb89 ADC channel 1 initialized ADC channel 1 convert result (0): 0x39
Is there something I'm missing?