How can I get Cubemx to generate USB Host code for stm32f107C ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-11-11 6:46 PM
The Data sheet indicated Host mode is available on the Stmf107C as does the documentation for the USB Host Library.
- Labels:
-
STM32CubeMX
-
STM32F1 Series
-
USB
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-11-11 11:01 PM
​Hello @ertanaldogan​ ,
Where did you find this part number ?
"stm32f107C" does not exist!
Thanks,
Khouloud.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-11-12 6:07 PM
Thank you for the fast response. You are right I should have typed stm32f107RC. You also helped solved my question about the USB Host library, seems while the f105/7 can host the f103 can not.
Thanks again for the help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-11-12 6:45 PM
Host examples can be found here
STM32Cube_FW_F1_V1.8.0\Projects\STM3210C_EVAL\Applications\USB_Host\CDC_Standalone
Also F103 share a buffer between CAN and USB, so can't do both concurrently.
Up vote any posts that you find helpful, it shows what's working..
