Hello,
I'm trying to understand the meaning of TS_ADC. I have a 10K NTC installed (Panasonic ERTJ1VG103FA) with the resistor network identical to the one in the datasheet. After having corrected a fault in the Linux driver, it gives me values that make sense being percentages. I'm also measuring TDIE at the same time. These two seem to change in opposite directions: when TDIE goes up, TS_ADC goes down. How should I interpret the values TS_ADC in the context of thermal regulation/shutdown?
Also, the datasheet mentions a range of 20%-80% TS_ADC value. When I'm not charging and I actively cool the chip with a fan, I get a TS_ADC reading of:
i2cget -y -f 0 0x6b 0x21 w -> 0x6802
flip endiannes -> 0x0268
0x0268 = 616 decimal
616 * 25 / 256 = 60%
The register description doesn't mention I should still add a 20% baseline. Do I need to or is this already included in the ADC reading?
TDIE is 23 degrees Celsius (room) at this reading.
When charging and not actively cooling, TS_ADC goes down to 36% (or should that be 56%) with a TDIE of 72 degrees.