STM32CUBE and USB framework
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2014-04-23 6:46 AM
Posted on April 23, 2014 at 15:46
Has the USB framework supplied with STM32CubeF4 been completely rewritten or is it the USB-Host-Device_Lib_V2.1.0?
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2014-04-24 12:48 AM
Posted on April 24, 2014 at 09:48
Why not do a compare of them with any common compare tool?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2014-04-24 2:38 AM
Posted on April 24, 2014 at 11:38
I do not think it is as simple as doing a compare.
1. (from what I understand) The Cube tool generates the code for the specified processor and environment (OS, IDE etc) 2. Since one generates code for specific processors and the other has to cater for a number of processors - one will contain compiler directive and the other will not. 2. Naming conventions are different between the 2