how to check usb cable is connected with many devices?
hello, i want to check usb cable is connected . below code is ok with one device which is used with stm32L4xx chip.static int8_t CDC_Init_FS(void){ /* USER CODE BEGIN 3 */ //jeff: check the usb cable connect if(hUsbDeviceFS.dev_state == USBD_STAT...