This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

usb low power

Hi guys,

I want to know how to make the  usb enter low power mode, which routine can I refer to.THANKS

Parents
  • Hi 

    The USB interface will go into suspend mode automatically, if there is no activity on the bus for at least 3ms. In this mode the USB interface should draw about 400uA, assuming you have the SDK v17.x.x version of the driver. 

    If you want lower current consumption than this you would need to disable the USB interface completely. 

    Best regards
    Torbjørn

Reply
  • Hi 

    The USB interface will go into suspend mode automatically, if there is no activity on the bus for at least 3ms. In this mode the USB interface should draw about 400uA, assuming you have the SDK v17.x.x version of the driver. 

    If you want lower current consumption than this you would need to disable the USB interface completely. 

    Best regards
    Torbjørn

Children
No Data
Related