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,
Esp32S3 : Is it possible to pilot the SDA pin of an I2C link manually ?
-
- Posts: 229
- Joined: Thu Jul 14, 2022 5:15 am
Re: Esp32S3 : Is it possible to pilot the SDA pin of an I2C link manually ?
If possible, you can use a separate GPIO pin to control the external chip's wake-up signal. This would allow you to keep the I2C frequency at 400kHz without interfering with the I2C communication.
-
- Posts: 1706
- Joined: Mon Oct 17, 2022 7:38 pm
- Location: Europe, Germany
Re: Esp32S3 : Is it possible to pilot the SDA pin of an I2C link manually ?
You can disconnect/reconnect a peripheral from/to a pin at any time e.g. via the esp_rom_gpio_connect_out_signal() function.
Who is online
Users browsing this forum: mln2007 and 91 guests