Configuring USB Devices for Low Power Mode

  • Thread starter Thread starter Chandra214
  • Start date Start date
  • Tags Tags
    Mode Power Usb
AI Thread Summary
USB devices can operate in high power mode (500mA), low power mode (200mA), or self-powered mode. When configured as a low power device, the host monitors the 5V USB power line but cannot control the current supplied; it only senses if the device exceeds its current budget and may disable the port if it does. The host controller reads the device descriptor to set the threshold for current sourcing. There is no minimum current requirement, and small currents are generally safe, while self-powered devices should not connect to the 5V line. For detailed guidance, referring to the USB specification documents is recommended.
Chandra214
Messages
48
Reaction score
0
Hi all,

set up:
USB devices in power mode have three types
a. high power mode ( 500mA)
b. Low power mode ( 200mA)
c. Self powered mode.

in one of our applications we are configuring the device as low power device at the descriptor level ( Software).
Once the host has the device information it will be able to monitor the 5V USB power line.

will the host controller play a role in controlling the amount of current to be sourced through VUSB?
or else will the host decide the type of device by sensing the amount of current consumed?

Thank you,
Chandra
 
Engineering news on Phys.org
The host is responsible for supplying 5 volts at whatever current the peripheral happens to draw. It can't control the current!

It will sense if the device uses more than its allocated current budget, however, and will usually disable the port.

- Warren
 
So the controller reads the descriptor type and sets up the threshold current sourcing point.
and also is there no lower threshold level??
what if the device is self powered?
How should the 5V line be handled?
If unconnected, will it cause violations?
 
No, there is no minimum current. Small currents don't destroy things -- big currents do -- so you generally only worry about maximum currents.

If the device is strictly self-powered, then the 5V line should not be connected. These kinds of questions are best answered by the USB specification documents, if you can find them.

- Warren
 
Thread 'Weird near-field phenomenon I get in my EM simulation'
I recently made a basic simulation of wire antennas and I am not sure if the near field in my simulation is modeled correctly. One of the things that worry me is the fact that sometimes I see in my simulation "movements" in the near field that seems to be faster than the speed of wave propagation I defined (the speed of light in the simulation). Specifically I see "nodes" of low amplitude in the E field that are quickly "emitted" from the antenna and then slow down as they approach the far...
Hello dear reader, a brief introduction: Some 4 years ago someone started developing health related issues, apparently due to exposure to RF & ELF related frequencies and/or fields (Magnetic). This is currently becoming known as EHS. (Electromagnetic hypersensitivity is a claimed sensitivity to electromagnetic fields, to which adverse symptoms are attributed.) She experiences a deep burning sensation throughout her entire body, leaving her in pain and exhausted after a pulse has occurred...
Back
Top