avrusb and sleeping
Posted: Fri Feb 20, 2009 3:27 am
Hello.
I would like the ability to consume less power when not communicating via usb.
There are 2 ways, sleeping, or reducing the oscillator. Which one can do safely and be able to switch back if usb traffic resumes?
I found in the Readme:
I could not find the USB2LPT example, does anyone know of it?
I would like the ability to consume less power when not communicating via usb.
There are 2 ways, sleeping, or reducing the oscillator. Which one can do safely and be able to switch back if usb traffic resumes?
I found in the Readme:
Code: Select all
Implementing suspend mode AVR-USB does not implement suspend mode. This means that the device does not reduce power consumption when the host goes into sleep mode. Device firmware is free to implement suspend mode, though. See USB2LPT for an example.
I could not find the USB2LPT example, does anyone know of it?