USB network device
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2015-01-26 12:16 AM
Posted on January 26, 2015 at 09:16
Hi folks,
I searched for an implementation of USB networking for STM32(F4) but did not found anything. Did someone already implement CDC-EEM or CDC-RNDIS, and willing to share the code ? Cheers. #cdc-usb-network
Labels:
- Labels:
-
USB
This discussion is locked. Please start a new topic to ask your question.
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2015-01-26 1:35 AM
Posted on January 26, 2015 at 10:35
I don't know whether this is a working code or not, just a little bit of Google-foo:
https://github.com/arthin/common/tree/master/stm32/usbether GitHub is a nice place to find open source code.Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2015-01-26 1:45 AM
Posted on January 26, 2015 at 10:45
You are definitively better than me for STFW !
This repository is certainly an excellent starting point for my need. Thanks a lot. -- Laurent