USBD_DeInit does nothing? How can I turn off USB?
Posted on October 16, 2014 at 20:44I have the code for USB device working. I initialize USB with USBD_Init. My code also needs to turn off USB completely in one mode to minimize power consumption. I tried USBD_DeInit. There was no change in the...