How to implement USB MSC(Mass storage class) on internal memory of ESP32S3?
Posted: Mon Mar 21, 2022 6:23 am
Hi,
I am trying to implement USB Mass Storage on ESP32-S3's internal memory. For that, I have created a FAT32 Virtual File System(VFS) in the internal memory to create and store the files that are needed to be accessed via USB MSC on our PC.
My first query is, what exactly does a virtual file system(VFS) do? Can we access VFS through USB?
My second query is, Is it possible to implement the mass storage on the internal memory of ESP32S3? if so could you please guide me on how, to begin with?
Thanks & Regards,
Kowshik.
I am trying to implement USB Mass Storage on ESP32-S3's internal memory. For that, I have created a FAT32 Virtual File System(VFS) in the internal memory to create and store the files that are needed to be accessed via USB MSC on our PC.
My first query is, what exactly does a virtual file system(VFS) do? Can we access VFS through USB?
My second query is, Is it possible to implement the mass storage on the internal memory of ESP32S3? if so could you please guide me on how, to begin with?
Thanks & Regards,
Kowshik.