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