Skip to main content
nbobovnikov
Associate
March 13, 2016
Question

CubeMX minor issue while generating code for CDC

  • March 13, 2016
  • 2 replies
  • 818 views
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
This topic has been closed for replies.

2 replies

Nesrine M_O
Associate
March 15, 2016
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
March 15, 2016
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.