2013-12-21 02:00 AM
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 #stm32f072013-12-21 06:37 AM
You'd want to get the USB Firmware Library
http://www.st.com/web/en/catalog/tools/PF257882#
2015-07-05 08:19 PM
2015-07-06 03:15 AM
@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 for you STM32F0xx2 microcontrollers can operate USB without an external crystal.2015-07-07 08:00 PM