<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
	<link rel="self" type="application/atom+xml" href="https://forums.obdev.at/app.php/feed/topic/7275" />

	<title>Objective Development Forums</title>
	
	<link href="https://forums.obdev.at/index.php" />
	<updated>2012-10-28T13:49:45+02:00</updated>

	<author><name><![CDATA[Objective Development Forums]]></name></author>
	<id>https://forums.obdev.at/app.php/feed/topic/7275</id>

		<entry>
		<author><name><![CDATA[Ross_ValuSoft]]></name></author>
		<updated>2012-10-28T13:49:45+02:00</updated>

		<published>2012-10-28T13:49:45+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=7275&amp;p=23255#p23255</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=7275&amp;p=23255#p23255"/>
		<title type="html"><![CDATA[Re: Is USB_CFG_MAX_BUS_POWER critical?]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=7275&amp;p=23255#p23255"><![CDATA[
By setting the configuration variable to 100mA when your load only uses 50mA, you are not using or losing an extra 50mA. The variable does not force your &quot;load&quot; to use an extra 50mA.<br /><br />However, if you set the variable below what your circuit needs, the host (PC) will refuse to give you more than the current identified by the variable. During development, I set the variable to a generous value, then measure the actual requirements and revise the value with a small safety margin (multiples of 50mA).<br /><br />Cheers,<br /><br />Ross<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=7724">Ross_ValuSoft</a> — Sun Oct 28, 2012 1:49 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ulao]]></name></author>
		<updated>2012-10-21T04:36:04+02:00</updated>

		<published>2012-10-21T04:36:04+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=7275&amp;p=23168#p23168</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=7275&amp;p=23168#p23168"/>
		<title type="html"><![CDATA[Re: Is USB_CFG_MAX_BUS_POWER critical?]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=7275&amp;p=23168#p23168"><![CDATA[
All it does is throttles the power for your device and reports the usage to the host. For example if you make a device that uses 50ma then why leave the max power at 100.  In doing so you just told the host to waste 50ma. So you set 50 for USB_CFG_MAX_BUS_POWER. The second case would be like I mentioned upping the amps. If you design a device that requires 250ma then you need to set  USB_CFG_MAX_BUS_POWER to 250.<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=1281">ulao</a> — Sun Oct 21, 2012 4:36 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[xiangrui]]></name></author>
		<updated>2012-10-21T02:33:44+02:00</updated>

		<published>2012-10-21T02:33:44+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=7275&amp;p=23167#p23167</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=7275&amp;p=23167#p23167"/>
		<title type="html"><![CDATA[Re: Is USB_CFG_MAX_BUS_POWER critical?]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=7275&amp;p=23167#p23167"><![CDATA[
<blockquote><div><cite>ulao wrote:</cite>level it bee unless you need to borrow more power. There is no &quot;correct entry&quot; it just depends on what you need. For example if you get power exceeded, then up it.</div></blockquote><br /><br />So how is that parameter used by the device or host? My understand is it is useful for something since it is a required.<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=6201">xiangrui</a> — Sun Oct 21, 2012 2:33 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ulao]]></name></author>
		<updated>2012-10-19T14:05:50+02:00</updated>

		<published>2012-10-19T14:05:50+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=7275&amp;p=23152#p23152</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=7275&amp;p=23152#p23152"/>
		<title type="html"><![CDATA[Re: Is USB_CFG_MAX_BUS_POWER critical?]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=7275&amp;p=23152#p23152"><![CDATA[
level it bee unless you need to borrow more power. There is no &quot;correct entry&quot; it just depends on what you need. For example if you get power exceeded, then up it.<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=1281">ulao</a> — Fri Oct 19, 2012 2:05 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[xiangrui]]></name></author>
		<updated>2012-10-19T03:11:47+02:00</updated>

		<published>2012-10-19T03:11:47+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=7275&amp;p=23142#p23142</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=7275&amp;p=23142#p23142"/>
		<title type="html"><![CDATA[Is USB_CFG_MAX_BUS_POWER critical?]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=7275&amp;p=23142#p23142"><![CDATA[
Sorry if this has been asked.Is the USB_CFG_MAX_BUS_POWER parameter important? Is there any rule of thumb to estimate it? Thanks.<br />-Xiangrui<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=6201">xiangrui</a> — Fri Oct 19, 2012 3:11 am</p><hr />
]]></content>
	</entry>
	</feed>
