Esp32S3 : Is it possible to pilot the SDA pin of an I2C link manually ?
Posted: Thu Mar 07, 2024 3:48 pm
Good afternoon,
I am using an Esp32S3 and I am wondering if it is possible to pilot the SDA pin of the chip
when it is configured as an I2C link ?
In order to configure the I2C link, I am using the standard I2C driver but I have an external chip that must
be woken up periodically by pulling the SDA line low during 60us.
At the moment, in order to do that, I have configured the I2C with a frequency 100Khz and I am sending
a 0x00 byte.
However, I would like to keep the I2C frequency to 400Khz.
Do you have any idea please ?
Best regards,
I am using an Esp32S3 and I am wondering if it is possible to pilot the SDA pin of the chip
when it is configured as an I2C link ?
In order to configure the I2C link, I am using the standard I2C driver but I have an external chip that must
be woken up periodically by pulling the SDA line low during 60us.
At the moment, in order to do that, I have configured the I2C with a frequency 100Khz and I am sending
a 0x00 byte.
However, I would like to keep the I2C frequency to 400Khz.
Do you have any idea please ?
Best regards,