Skip to main content
Visitor II
October 9, 2021
Question

Example for Usb Host Msc

  • October 9, 2021
  • 1 reply
  • 1474 views

Hello,

  • I am having stm32f072RB discovery board,
  • I create & save some event log in micro controller ,
  • Here i want to download the log to usb stick (Flash Drive) through usb bus feature,
  • The log format is (.txt) (saved data from NOR flash ic)
  • Micro controller act as a Host for Mass storage class

i need your help where to start the project,

if i will get example for these type of application will also help me to start this,

Thanks

regards

< siva >

    This topic has been closed for replies.

    1 reply

    Graduate II
    October 9, 2021

    Does the F0 even have a USB Host Controller?

    Y​ou could look in the CubeF0 board example trees for examples. MSC devices for sure.

    Ss.61Author
    Visitor II
    October 9, 2021

    yes,It has find the attachment,

    I dont find any examples in  CubeF0 board example tree,

    After check all resources i cant find any sample programs / relevant example kindly help me to find some useful resources.

    Graduate II
    October 9, 2021

    HOST != DEVICE

    For a DEVICE

    STM32Cube_FW_F0_V1.10.1\Projects\STM32072B_EVAL\Applications\USB_Device\MSC_Standalone