Other Parts Discussed in Thread: EV2400,
Tool/software:
Hello,
I am trying to read temperatures from the TS1, TS3, DCHG and DDSG pins. They are connected to an external thermistor, and I checking with a multimeter I can read voltage in the pin. However, I cannot get a valid measurement from the device.
First of all, I tried to read the pin voltage by configuring the pins as ADC inputs:
TS1 Pin Configuraiton = 0xB3
TS3 Pin Configuraiton = 0xB3
DCHG Pin Configuraiton = 0xB3
DDSG Pin Configuraiton = 0xB3
But I only get a valid voltage measurement from TS1 (Command 0x70). All the other ones are reading 0.
Then I tried to configure them as Thermistors, with the 18K Temperature Model: Config = 0x0B. With this configuration, I read a constant value of 1890.
I also found a document that mentions that with this configuration of the 18K Temperature Model:
– A1 = 0, B1 = 0, A2 = 0, B2 = 0, A3 = 0, B3 = 32767, A4 = 0, B4 = 0, A5 = 16384, Adc0 = 11703
I can get also raw ADC measurements with the Thermistor configuration, but again I still read a constant value of 1535. Even if I check the DASTATUS7 I find no counts at all.
What am I missing? is there some other configuration that I am forgeting to set? I find strange that TS1 works well as ADC input while all the other ones do not.
Any help will be appreciated.