Access SD Card via USB (MSC) results in "Please insert a disc into USB Drive"
I have an STM32L4R5ZI-P board. I have a SD Card connected via a 4-bit SDMMC (I'm using a Pmod SD Card Module).
I can successfully read and write to the SD Card using FatFS.
I have set up the USB_DEVICE and USB_OTG_FS as described here https://controllerstech.com/stm32-usb-msc/
When I connect the micro USB connector at the bottom of the board to my Windows PC I get a "Please insert a disc into USB Drive (F:).". It doesn't look like any memory size, or anything is passed to my PC.
The example worked without any other modification on the video.
Any ideas?
