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.

DS90UB954-Q1: Continues I2C reading with ALP in Python? Decreasing of SCL frequency

Part Number: DS90UB954-Q1
Other Parts Discussed in Thread: ALP, USB2ANY

Hi,

we intend to read back EEPROM data with ALP as a Python script.

The syntax seems to be correct:

print " EEPROM Scan ",board.ReadI2C(addr,0x00,0x0f)

leads to

 EEPROM Scan  [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]

But we do not get any ACK, may be the SCL frequency (almost 400kHz) is to high.

How to decrease (standard I2C frequency should be 100kHz)?

regards

Torsten