Shutting down USB device FS to reduce power consumption
Posted on November 25, 2016 at 18:07 Due to power saving I want to disable the USB stack on the fly. For comparison: If I do not enable the USB stack at all (e.g. by not invoking MX_USB_DEVICE_Init()) everything is fine. If I do and decid...