Example for Usb Host Msc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-10-08 10:56 PM
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 >
- Labels:
-
Flash
-
STM32F0 Series
-
USB
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-10-08 11:12 PM
Does the F0 even have a USB Host Controller?
You could look in the CubeF0 board example trees for examples. MSC devices for sure.
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-10-09 2:21 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-10-09 2:19 PM
HOST != DEVICE
For a DEVICE
STM32Cube_FW_F0_V1.10.1\Projects\STM32072B_EVAL\Applications\USB_Device\MSC_Standalone
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-10-31 5:21 AM
Small Confusion between Host & Device,
Now its clear,
i selected the micro controller which is not work as a Host .
