Search found 1 match
- Tue May 21, 2024 2:15 am
- Forum: General Discussion
- Topic: Cannot install USB host driver after installing i2c Driver in ESP32-S3
- Replies: 1
- Views: 1412
Cannot install USB host driver after installing i2c Driver in ESP32-S3
In ESP32-S3, Installing USB host driver fails once I2C driver was installed already. If I uninstall I2C driver, USB host driver successfully installed. Bellow is a brief sample code to reproduce the issue. Error code = 261(ESP_ERR_NOT_FOUND) void init_i2c(){ int i2c_master_port = 1; i2c_config_t co...