2024-06-11 05:50 AM
Dear Sir/Madam,
I have already implemented the usb host mass storage class project which mainly mounts the usb disk & writes some data to a given file. But this application is not working. Only usb unmout case is executing even though I am inserting the usb disk.
I am attaching the project files ,please check & reply me as soon as possible.
Software development environment - STM32cubeide
evaluation kit - stm32f401vc discovery kit
Solved! Go to Solution.
2024-07-04 10:45 PM
Yes it is currently working. The problem was in the vbus.I had forgotten to configure vbus.
Thanks & Regards
Satyabrata Senapati
2024-07-04 11:30 AM
Hi @ssena.1514
Did you check the provided examples for MSC and having issue while enumerating the flash disk?
Did you should check the protocol level using for example Wireshark?
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2024-07-04 10:45 PM
Yes it is currently working. The problem was in the vbus.I had forgotten to configure vbus.
Thanks & Regards
Satyabrata Senapati