This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

BQ79656EVM-021: BQ Temperature not able to read via GPIO

Part Number: BQ79656EVM-021

Hi,

I am trying to read cell voltage and temperature using BQ79656 for a single device.

Cell voltage reading is successful but reading temp via NTC connected GPIO is not working. Can anyone help me out or guide me what i am doing wrong.

This is cmd i am sending. CRC is also calculated and send

1) Wake is successful by sending wake Ping

2)  {0xD0,0x03,0x4c,0x00} - OTP Ecc Test

3) {0xD0,0x03,0x09,0x01} - Array Address

4) {0xD0,0x03,0x06,0x00} - Direction Set

5) {0xD0,0x03,0x08,0x02} - Array Stack device

6) {0x90,0x00,0x03,0x08,0x01} - Top of stack

7) {0xc0,0x03,0x4c,0x00} - Read

8) {0xD0,0x00,0x03,0x0A} - Active cell 16

9) {0xD0,0x00,0x07,0x02} - ADC config 1

10) {0xD0,0x03,0x0F,0x0E} - ADC control1

11) {0xC0,0x05,0x68,0x1F} - Read cell voltage (successful)

12) {0xD0,0x03,0x0A,0x01} - Tref enable

13) {0xD0,0x00,0x0E,0x02} - Gpio Enable

14) {0xC0,0x05,0x8C,0x01} - Tref read (successful)

15) {0xC0,0x05,0x8E,0x01} - GPIO read

response for GPIO read in 0x8000 which is in active gpio, but step 13 its enabled.

Thank you