I am trying to use USB port on a Nucleo-F303ZE board as CDC. I am using the latest CubeMX IDE. To get the PC to recognize USB device, I had to modify the HAL_PCDEx_SetConnectionState function as follows to get PC to recognize the USB device:void HA...