Search found 1 match
- Tue Dec 08, 2020 7:44 pm
- Forum: ESP-IDF
- Topic: Clearing I2C ring buffer
- Replies: 2
- Views: 3236
Clearing I2C ring buffer
I am working with ESP-IDF with ESP32. I am having trouble clearing the ring buffer without running i2c disable() which deletes the driver and requires an install which takes some time. I had thought perhaps reset would handle this but it doesn't clear the ring buffer out. Is there anyway to clear th...