I'm quite new to the whole make based programming and IDF migrating from the arduino world so,
I'm trying to drive an I2C display using the u8g2_hal library and ss1306 display with an I2C ADC in two separate tasks and it seems like after both tasks start the ESP32 crashed with this error log:
Code: Select all
E (510) i2cdev: Could not read from device [0x48 at 0]: 263
E (510) ads111x: Could not read from register 0x01
Code: Select all
i2c_set_timeout(I2C_NUM_0, 100000 / portTICK_RATE_MS);