2014-07-09 09:59 PM
Hi - been checking for a while now, but I can't find any ''USB Host'' library for STM32 F3 series (I'm specifically using STM32F303VC and I have a STM32F3Discovery board).
I only found:Any idea where I can get ''USB Host'' library for F3 series?
♯ The forums were mostly for F4 series.Thanks. #stm32f3 #stm32 #usbhost2014-07-10 01:11 AM
Hi Roxas,
You can find what you need on this page:http://www.st.com/web/en/catalog/tools/PF258157
. The package to download isSTSW-STM32121.
-Mayla-
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2014-07-10 01:19 AM
Hi Mayla - unfortunately, STSW-STM32121 is ''USB Device'' library for STM32 F3, and I need ''USB Host'' library.
# I appreciate the feedback though. :)2014-07-13 05:57 AM
You can't find it because there is no ''USB Host'' peripheral in F1/F3 MCUs, only USB device.
2014-07-21 05:42 AM
Knik - yeah, seems like it...
I had no choice but to use STM32F3 as USB Device instead.