Search found 1 match
- Sun Jul 09, 2023 11:43 am
- Forum: ESP-IDF
- Topic: ESP32-S3 USB MSC and FatFs coexistence
- Replies: 5
- Views: 2086
ESP32-S3 USB MSC and FatFs coexistence
We're working on an ESP32-S3 project that uses EMMC flash with FAT32 file system that runs on the ESP32. The EMMC is also accessed by USB MSC when plugged into the PC. As far as I understand, FatFs that runs on the ESP cannot coexist with MSC. The idea is to unmount the EMMC and finalize the EMMC tr...