Part Number: MSP432P4111
Hello!
I'm using MSP432P4111 microcontroller, I set the ADC module to use ADC_SIGNED_BINARY format, how to interpret the results as voltage?
For example if the mode is ADC_UNSIGNED_BINARY the equation is :
V = ADCMEM * Vref / (2 ^ resolution) = ADCMEM * Vref / (2 ^ 14)