Search found 1 match

by top_secret_guy
Sat Nov 18, 2023 8:06 pm
Forum: Report Bugs
Topic: I2C clock is not generate reliably after clock stretch
Replies: 1
Views: 49031

Re: I2C clock is not generate reliably after clock stretch

The default clock stretching timeout set by IDF is ~80us for 100kHz bus. You can change the value with function i2c_set_timeout (it modifies the register timeout.tout of I2C peripheral)