cancel
Showing results for 
Search instead for 
Did you mean: 

USB_HOST_MSC

ssena.1514
Associate III

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

 

 

 

1 ACCEPTED SOLUTION

Accepted Solutions

Yes it is currently working. The problem was in the vbus.I had forgotten to configure vbus.

 

 

 

Thanks & Regards 

Satyabrata Senapati 

View solution in original post

2 REPLIES 2
FBL
ST Employee

Hi @ssena.1514 

Did you check the provided examples for MSC and having issue while enumerating the flash disk?

STM32CubeF4/Projects/STM324xG_EVAL/Applications/USB_Host/MSC_Standalone at master · STMicroelectronics/STM32CubeF4 (github.com)

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.

Yes it is currently working. The problem was in the vbus.I had forgotten to configure vbus.

 

 

 

Thanks & Regards 

Satyabrata Senapati