Enabling USB Device CDC on Nucleo F303ZE
I have a Nucleo F303ZE and enabled USB Device middleware along with the USB 'Device FS' Connectivity.
I also configured the CDC_SET_LINE_CODING and CDC_GET_LINE_CODING functions in USB_DEVICE/App/usbd_cdc_if.c
I connect a USB cable to the STLink connector as usual which powers the board. I then connect a USB cable to the CN13 usb port but the PC does not 'detect' this new USB connection. I run 'lsusb' on my linux machine and only see the STLink connection, but not the second USB connection.
Any ideas on what I may have missed?
Thanks
