I have a STM32373c-eval board and just getting started. I have installed Truestudio, CubeMX and ST flash utility on my ubuntu 16.04 cause I don't have access to Keil or a Windows PC.
Using CubeMX I generated a code for LED toggle and it worked fine. Now I did the same for USB CDC - checked the Device(FS), RCC clock at High Speed (Crystal) and under Middlewares I have set Communication Device Class (COM Port) for Class For FS IP and USB clock is at 48Mhz.
I did no modifications in the generated code just flashed it and connected the kit to my Ubuntu alas I don't see the enumeration. I also checked for any jumper settings for USB but there ain't any.
Can any one help me out in this regard?
Thanks.