Dear,
I use one 954 and two 953 in my design, and connect one image sensor per one 953. I want get one 953's gpio status from 954's gpio.
For example, the first 953 (connect to 954 RX0) GPIO2 output to 954 GPIO3. Is below operation right? It seems not work..
954(7A is the I2C address):
7A 13 09; RX0_953_gpio2---->954_gpio3
7A 0F 77; Set gpio3 output
7A 59 01; Enable one forward channel gpio.
953(30 is the I2C address)
30 0e B4 ;enable GPIO0/1/3 output,gpio2 input
30 33 05 ;Enable one forward channel gpio.
Thanks for you reply!