Tool/software: Linux
HIi team,
The TLA2024 I2C is trying to detect or reading the value from the TLA2024 but its not detecting and I tried in uboot level using i2c commands if i gave i2c probe it is not showing the the address of the ADC.
and i tried in kerne level also we are getting the NACK. and we probe with CRO wr are getting the SCK 9th clock pluse is high(NACK).
Note: TLA2024 address pin is connected to GND pin.
I tied some i2c commands in the uboot level as below:
i2c probe
Valid chip addresses:
i2c probe 0x48
Valid chip addresses:
i2c md 0x48 0x27 1
Error reading the chip.
and i tried in kernel level also
i2cdetect -y -r 0
0 1 2 3 4 5 6 7 8 9 a b c d e f
00: -- -- -- -- -- -- -- -- -- -- -- -- --
10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
40: -- -- -- -- -- -- -- -- UU -- -- -- -- -- -- --
50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
70: -- -- -- -- -- -- -- --
if i removed the TLA2024 kernel program
i2cdetect -y -r 0
0 1 2 3 4 5 6 7 8 9 a b c d e f
00: -- -- -- -- -- -- -- -- -- -- -- -- --
10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
40: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
70: -- -- -- -- -- -- -- --
here it not showing the null instead of 48th address.
can you please suggested if i did wrong?