Search found 1 match

by urasinov
Fri Aug 25, 2023 6:34 am
Forum: ESP-IDF
Topic: USB Mass Storage Class example doesn't create files
Replies: 1
Views: 3156

USB Mass Storage Class example doesn't create files

I'm trying to write files into usb flash drive attached to ESP32S2 chip. I used this example https://github.com/espressif/esp-idf/tree/master/examples/peripherals/usb/host/msc USB stick formatted to FAT32 and succesfully detected by ESP32. Below logs from chip: Device info: Capacity: 3700 MB Sector ...