Skip to main content
Graduate
June 11, 2024
Solved

USB_HOST_MSC

  • June 11, 2024
  • 1 reply
  • 928 views

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

 

 

 

    This topic has been closed for replies.
    Best answer by ssena.1514

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

     

     

     

    Thanks & Regards 

    Satyabrata Senapati 

    1 reply

    Technical Moderator
    July 4, 2024

    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?

    ssena.1514AuthorAnswer
    Graduate
    July 5, 2024

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

     

     

     

    Thanks & Regards 

    Satyabrata Senapati