Search found 1 match

by SiTLOOMS
Sat Jul 16, 2022 7:36 pm
Forum: General Discussion
Topic: ESP32 as i2c slave in NONFIFO mode with addressed i2c RAM
Replies: 0
Views: 879

ESP32 as i2c slave in NONFIFO mode with addressed i2c RAM

I want to use ESP32 i2c with the addressed RAM, as shown in Figure 61 at page 287 of ESP32 Technical reference manual . But as far as I get ESP-IDF i2c driver only provides FIFO mode. Previously at this pade mentioned that to use i2c with addressed RAM I need to set I2C_FIFO_ADDR_CFG_EN register and...