Skip to main content
Visitor II
October 1, 2019
Solved

Problem in usb mass storage device

  • October 1, 2019
  • 4 replies
  • 2061 views

Hello ,

I have to implement USB mass storage device im my current project

I have done some configuration and generate code

but it seem have some problem

1)usb mass storage device is showon in device manager

2)In my computer also show that drive is connected

but problem is that inspite of opening drive it always asks to format drive

i have attached screenshots of errors with this post.

Thanks

Dipak Garasiya

    This topic has been closed for replies.
    Best answer by dbgarasiya

    if someone has problem , i will guide you

    dipak garasiya

    4 replies

    Visitor II
    October 3, 2019

    i have sort out this problem

    Best Regards

    Dipak Garasiya

    dbgarasiyaAuthorAnswer
    Visitor II
    October 3, 2019

    if someone has problem , i will guide you

    dipak garasiya

    Graduate
    April 18, 2024

    I'm having problems with the USB MSC which uses the SD card as an interface.
    It takes about 10 seconds to be recognized, but normally it connects and is recognized, can you help me?
    Here's my project:
    The important part of my code is just in the path USB_DEVICE->App-> usbd_storage_if.c

    Visitor II
    October 10, 2019

    follow and port accoring to your contoller

    C:\Users\Graffin01\STM32Cube\Repository\STM32Cube_FW_F7_V1.15.0\Projects\STM32F769I-Discovery\Applications\USB_Device\MSC_Standalone

    Visitor II
    June 4, 2021

    hi,

    I have configured the same interface and it is working.

    But I want to show the sd card as write protected. I don't want the files to be edited or deleted when connected to pc.

    Can you please suggest a solution for this.