Other Parts Discussed in Thread: TUSB214,
Hello.
we want to control TUSB214 via I2C,
we have pullups on SDA/SCL, we can read/write register inside the device.
But whatever we try to set, DC/AC boost in register 0x01, 0x0e,
nothing changes the eye diagram or normal scope picture.
after reset we read default values:
=> i2c md 2c 1; i2c md 2c 3; i2c md 2c 0e
0001: 78
0003: 35
000e: 0d
then we set something else
=> i2c mw 2c 1 0; i2c mw 2c e 7;
read back
=> i2c md 2c 1 1; i2c md 2c e 1;
0001: 00
000e: 07
set from configuration mode to normal mode
i2c mw 2c 3 34; i2c md 2c 1 1; i2c md 2c e 1;
0001: 00 .
000e: 07 .
we don't see absolutely no changes on the signals.
we use compliance test pattern generator, included in processor NXP LS1046
it generates a packet which contains low speed, full speed, high speed pattern.
Thanks for any hints,
Best Regards,
Mike