2024-07-29 05:22 AM - last edited on 2024-07-29 05:36 AM by Peter BENSCH
Hello,
I am using an STM32WB series processor. I am working on an MSC project involving an SD card that I communicate with via SPI. When I connect my circuit to my computer through the USB port, I encounter the following issue: "Please insert a disk into USB Drive (E:)." I am sharing the library I am using for the SD card and the modifications I made to the usbd_storage_if.c file. Could you please help me resolve this issue?
Solved! Go to Solution.
2024-07-30 07:06 AM
The modification I made to the usbd_storage_if.c file solved the issue. I will share the final version of the file. There is another problem: when I connect the circuit to the computer, it takes 2 minutes to open the SD card. If I can solve this problem as well, I will add it as a new message.
2024-07-30 07:06 AM
The modification I made to the usbd_storage_if.c file solved the issue. I will share the final version of the file. There is another problem: when I connect the circuit to the computer, it takes 2 minutes to open the SD card. If I can solve this problem as well, I will add it as a new message.