cancel
Showing results for 
Search instead for 
Did you mean: 

CubeMX minor issue while generating code for CDC

nbobovnikov
Associate II
Posted on March 13, 2016 at 20:15

Hello!

Below is a report for a minor issue in generating the code.

When code for USB CDC is generated, there is a include line below:

&sharpinclude

''USBD_CDC.h''

While correct one is this:

&sharpinclude

''usbd_cdc.h''

I'm happy user of CubeMX in linux mint and glad to participate in improving this great tool! I wish there was some issue tracker like one on github rather than having to post in the user forum, it would help organizing the process...

Best regards, 

Nikolay B.

#bug #cdc #stm32cube #usb
2 REPLIES 2
Nesrine M_O
Lead II
Posted on March 15, 2016 at 12:08

Hi Nikolay B,

Thank you for your feedback. The issue has been reported internally.

-Syrine-

Roman Priesol
Associate II
Posted on March 15, 2016 at 13:29

Similar mistakes are in many examples as well. An Issue tracker would help, or the best solution could be have all CubeMX code on github and many problems would be resolved by the community itself. STM should really focus on more open development.