Problem with I2C address 0x00

Makes sense! Anyway, I am happy to know that I2C does not need any changes :slight_smile:

1 Like

Looks like you’ve solved the issue and that it is not related to address 0x00 !
In every Write() I now check if the register is 0xA0 and then wait 120ms otherwise I wait 20ms. And the driver is working fine.

That’s strange, though. Because this driver with the 20ms original delay does work fine with NETMF ! (Both 4.3 and 4.4). Hence my doubt about address 0x00 because it was the only I2C driver using this address that was not working.

Anyway, I’m sorry for the false alert and the issue about I2C :blush:

Thank you very much !!!

1 Like

Maybe the performance improvements with Sitcore and VSC20260D opposed to netmf are such that these timings are becoming more important!

John

2 Likes

Fast and furious :))

2 Likes