cancel
Showing results for 
Search instead for 
Did you mean: 

Example for Usb Host Msc

Ss.61
Associate III

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 >

4 REPLIES 4

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.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..

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.

HOST != DEVICE

For a DEVICE

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

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
Ss.61
Associate III

Small Confusion between Host & Device,

Now its clear,

i selected the micro controller which is not work as a Host .