cancel
Showing results for 
Search instead for 
Did you mean: 

stm32f217 usb mass storage

rajkumar2904
Associate
Posted on December 21, 2013 at 11:00

Hello,

Im using STM32F217 Mmicrocontroller for my project.

Can anybody help me in writing the code for usb mass storage.

I have STM32F2xx_StdPeriph Library.In that I dont find any

driver related to Usb.

#usb-mass-storage #stm32f2-usb-mass-storage #stm32f07
4 REPLIES 4
Posted on December 21, 2013 at 15:37

You'd want to get the USB Firmware Library

http://www.st.com/web/en/catalog/tools/PF257882#

Tips, buy me a coffee, or three.. PayPal Venmo Up vote any posts that you find helpful, it shows what's working..
Rogers.Gary
Senior II
Posted on July 06, 2015 at 05:19

hello clive1:

The link for this doesn't list the STM32F0xx controllers. Can you provide some help on setting up USB mass storage on that controller?

I can install a crystal to provide more stability if that is a potential problem. I would be using smaller drives, 4Gbytes or less.

Thanks!

qwer.asdf
Senior
Posted on July 06, 2015 at 12:15

@roofie01

If you are using the Cube then the USB library and the examples are integrated, if you are using the Standard Peripherals Library then here is the

http://www.st.com/web/en/catalog/tools/PF257928

for you

STM32F0xx2 microcontrollers can operate USB without an external crystal.
Rogers.Gary
Senior II
Posted on July 08, 2015 at 05:00

That's awesome, thanks!