Hello
I have a project using MC33771C to monitor battery cells.
In datasheet there's mention ADC resolution can be programmed from 13~16bit by ADC_CFG(0x06) register.
I know the cell voltage register MEAS_xxxx(0x32~0x4A) is 15bit and ADC resolution affect conversion time & noise.
I try to change ADC resolution to 13bit and read MEAS_xxxx value e.g. MEAS_xxxx=0x2324, it returns almost the same value when I set ADC resolution is 15bit.
So I'm curious about why I don't get the value is 0x2324/4= 0x8C9 ?
Please help me to figure out this question, thanks.