Search found 1 match

by rich@rckco.com
Tue Oct 08, 2019 5:51 pm
Forum: Hardware
Topic: I2C Timeout. I2C hardware stops after one transition.
Replies: 0
Views: 1771

I2C Timeout. I2C hardware stops after one transition.

Ive been trying to the the I2C to work on my Hiletgo ESP-WROOM module. Im using pin 22 for SCL, and 21 for SDA. This is also using freertos. One task blinks an LED, and the other is trying to write a byte. This is only test code and not meant to be complete. Some code to init the I2C: int i2c_master...