Other Parts Discussed in Thread: BQSTUDIO
Tool/software:
I'm not understanding the data sheet regarding reading the temperature of the external thermistor . It seems that if you want to connect a thermistor to the TS pin the thermistor you should be able to read registers 2A, 2B, the TS Measurement register and subtract away the TS offset value.
I read:
bq76905 reg: 002A: 4C35 TS1Temperature
bq76905 reg: 900E: 0001 TSOffset
then take TS1Temperature - TSOffset or 4c35-1=4c34
The DA Config[TSMODE is set to 0 so I think I'm in the right mode for external thermistor use.
Also the value read from TS1Temperature doesn't change even if I heat or cool the external thermistor.
DA Config is: bq76905 reg: 9019: 0000 DAConfig
What am I missing?