STM32F102CBT6 USB example
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-03-05 07:02 PM
Posted on March 06, 2018 at 04:02
Hi, I am working with STM32F102CBT6. And I am going to use USB function of this MCU. Where can I find the suitable examples?
Best regards.
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-03-06 12:44 AM
Posted on March 06, 2018 at 09:44
Hi David,
I'd highly recommend you to refer to 'USB Device' examples under
. The examples are found under the path below:STM32Cube_FW_F1_V1.6.0\Projects\STM3210E_EVAL\Applications\USB_DeviceKhouloud.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-03-06 09:50 AM
Posted on March 06, 2018 at 17:50
Thanks, Khouloud.
Could you kindly guide once more?
I am wondering about whole schematic for implementing usb device of STM32F102CBT6.
This is my first usb example.
Best regards.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-03-08 02:26 AM
Posted on March 08, 2018 at 10:26
Hi David,
- You may refer to the schematic used for our (page34).
- Make sure to manage VBUS sensing if needed. Further information regarding this point are provided through this FAQ:
- To be compliant with the USB 2.0 full-speed electrical specification, do not forget to pull up the USB_DP pin with an 1.5kOhm resistor to a 3.0-to-3.6 V voltage range.
Khouloud.