Page 1 of 1

TinyUSB: Create MSC storage device with custom FS callbacks

Posted: Tue Oct 31, 2023 10:15 am
by priosjart
I want to use my ESP32-S3 as a USB MSC device. Instead of proxying filesystem calls to the SPI flash or SDMMC, I want to intercept them and fetch the information from a remote server. Is it possible to do this with ESP-IDF?

Help is appreciated.

Re: TinyUSB: Create MSC storage device with custom FS callbacks

Posted: Tue Mar 19, 2024 5:11 pm
by chegewara
In theory it should be possible, but may be very very slow.
You may see if you can find anything useful in this example
https://github.com/espressif/esp-usb/bl ... _storage.c