On Sat, Mar 11, 2017 at 5:39 PM, Edward Cheeseman <cheesemanedw...@gmail.com
> wrote:

> Stm32f103 has a different USB peripheral to the f105/f107. So you need to
> find the f103 implementation. I believe the Black Magic Debug Probe uses
> both USB and f103, so would be a good place to start.
>

The USB peripheral is described in the same RM0008 for the 103, as the
105/107. However, as you pointed out, there are differences. Ug. The driver
I was attempting to use assumes OTG support which is absent in the 103.

So clearly, using this driver on the 103 is barking up the wrong tree.
Thanks for highlighting that issue.

Warren


>
> On 12/03/2017, at 11:12 AM, Warren Gay <ve3...@gmail.com> wrote:
>
> I have been trying to get a usb cdc example app up and running on the
> stm32f103. My attempt has been adapted from the example at:
>
>   https://github.com/libopencm3/libopencm3-examples/blob/master/examples/
> stm32/f3/stm32f3-discovery/usb_cdcacm/cdcacm.c
>
>
> ------------------------------------------------------------
> ------------------
> Announcing the Oxford Dictionaries API! The API offers world-renowned
> dictionary content that is easy and intuitive to access. Sign up for an
> account today to start using our lexical data to power your apps and
> projects. Get started today and enter our developer competition.
> http://sdm.link/oxford
> _______________________________________________
> libopencm3-devel mailing list
> libopencm3-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/libopencm3-devel
>
>
------------------------------------------------------------------------------
Announcing the Oxford Dictionaries API! The API offers world-renowned
dictionary content that is easy and intuitive to access. Sign up for an
account today to start using our lexical data to power your apps and
projects. Get started today and enter our developer competition.
http://sdm.link/oxford
_______________________________________________
libopencm3-devel mailing list
libopencm3-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libopencm3-devel

Reply via email to