Question
STM32 ADC_DR register construct
Posted on November 02, 2014 at 20:43
HI ,
I am reading through some of the data sheet of the STM32F101CB on the ADC , The adc is 12bit SAR . If it is right aligned does this mean that bits 11-15 is the sign bits , bit4-10 the digital value and bits0-3 the decimal value as with DS18B20? Or is the whole register value the binary or 2's complement of the read value with the MSB of the register the sign bit (provided its 2's compliment)? Does anyone have Idea? regards