Search found 2 matches

by bejikebeem
Wed Aug 21, 2024 11:11 pm
Forum: Hardware
Topic: Distinguish between I2C Stop and Repeated Start
Replies: 1
Views: 1320

Re: Distinguish between I2C Stop and Repeated Start

Can anyone from Espressif help here?
by bejikebeem
Sun Aug 04, 2024 2:15 am
Forum: Hardware
Topic: Distinguish between I2C Stop and Repeated Start
Replies: 1
Views: 1320

Distinguish between I2C Stop and Repeated Start

Hi, I'm trying to write an I2C Slave on the ESP32-S3, but the Reference Manual offers almost no info on how Repeated STARTs are handled in the hardware. So I'd appreciate some help with these: The manual says that I2C_TRANS_COMPLETE_INT is "Triggered when the Master or Slave detects a STOP bit". But...