Hi,
i have EVAL-ADV7282A-M and Nvidia Jetson Nano.
Problem.
I can't detect chip ADV7282A-M from Jetson Nano on I2C bus.
Description of problem
I connected EVAL-ADV7282A-M debug pins to I2C Nvidia Jetson Nano bus:
EVAL | Nano | |
SDA | -> | SDA(Bus 1, GPIO pin 3) |
SCL | -> | SCL(Bus 1, GPIO pin 5) |
GND | -> | GND(GPIO pin 6) |
When i run detection on jetson, i can't find any device on bus:
jetson-nano@jetsonnano-desktop:~$ sudo i2cdetect -y -r 1 0 1 2 3 4 5 6 7 8 9 a b c d e f 00: -- -- -- -- -- -- -- -- -- -- -- -- -- 10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 40: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 70: -- -- -- -- -- -- -- --
The signal on oscilloscope when detection is started:
But if i try to read some register it work fine:
jetson-nano@jetsonnano-desktop:~$ sudo i2cget -y 1 0x21 0x7A 0xf8
I'm new to this and I have no idea what the problem might be. Can help me with this?