Search found 3 matches
- Tue Nov 12, 2024 2:54 pm
- Forum: ESP-IDF
- Topic: Issues with new I2C driver.
- Replies: 0
- Views: 404
Issues with new I2C driver.
Hello, I'm experiencing issues while migrating to the new ESP-IDF I2C driver (in ESP-IDF 5.3.1). The problem arises when I try to use the bus in asynchronous mode. Due to limited documentation and the recent implementation of the new driver, I found only one example indicating that to enable async m...
- Thu Oct 03, 2024 2:08 pm
- Forum: ESP-IDF
- Topic: Two MSC with TinyUSB
- Replies: 2
- Views: 802
Re: Two MSC with TinyUSB
Thank you very much for the input. Unfortunately, I can't find anything there that I can include in my current project or that seems compatible with the setup I have partially working. The code file is attached. I'll summarize what I'm doing to see if anyone can give me a tip on how I could continue...
- Wed Oct 02, 2024 11:49 am
- Forum: ESP-IDF
- Topic: Two MSC with TinyUSB
- Replies: 2
- Views: 802
Two MSC with TinyUSB
I am developing a system based on an ESP32 S3 where I have two flash memories connected to an SPI port (SPI3) with different CS (chip select). The final goal is to make these memories mountable (as an MSC) on a PC when connecting the ESP32 via USB. I can successfully mount them on the system (ESP32)...