how to detect usb is connected at startup ?
i am using stm32l072XX I am using USB msc modefound below functions to detect connection and disconnection of usb in file usbd_core.cusbd_LL_suspend(***)usbd_LL_resume(***)they work properly when i insert or remove usb cable(i have added print statem...