Other Parts Discussed in Thread: BQ76940
Hi;
ı am confiusing about determining uv_trip in bq76940 evm software; in datasheet there is a calculation an example of referance design like above:
UV_TRIP_FULL = (UV – ADCOFFSET) ÷ ADCGAIN Remove the upper 2 MSB and lower 4 LSB from the full 14-bit value, retaining only the remaining middle 8 bits. This can be done by shifting the OV_TRIP_FULL and UV_TRIP_FULL binary values 4 bits to the right and removing the upper 2 MSB
from referance design:
The selected UV Threshold is 2.5 V. – Therefore, UV_TRIP should be programmed with 0x1A.
but for 2.5v it seems like 0x96 right?
PS: ADCGAIN = 377 uV/LSB ,ADCOFFSET=44mV
Regards..