<?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/1761" />

	<title>Objective Development Forums</title>
	
	<link href="https://forums.obdev.at/index.php" />
	<updated>2008-10-09T16:38:47+02:00</updated>

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

		<entry>
		<author><name><![CDATA[christian]]></name></author>
		<updated>2008-10-09T16:38:47+02:00</updated>

		<published>2008-10-09T16:38:47+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=1761&amp;p=6386#p6386</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=1761&amp;p=6386#p6386"/>
		<title type="html"><![CDATA[general AVR-USB timing questions]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=1761&amp;p=6386#p6386"><![CDATA[
If the interrupt is wired to D+, there is only activity when data is actually requested or transferred. If you connect it to D-, you get a couple of cycles every 1 ms frame.<br /><br />Other than that, note that interrupt endpoints are polled and that you have to call usbPoll() in regular intervals.<br /><br />Bulk endpoints (which are forbidden for low speed devices anyway) are polled aggressively so that more than 90% of the AVR's CPU time is spent in the interrupt.<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=8">christian</a> — Thu Oct 09, 2008 4:38 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[iphi]]></name></author>
		<updated>2008-09-28T14:01:05+02:00</updated>

		<published>2008-09-28T14:01:05+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=1761&amp;p=6326#p6326</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=1761&amp;p=6326#p6326"/>
		<title type="html"><![CDATA[general AVR-USB timing questions]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=1761&amp;p=6326#p6326"><![CDATA[
Hi,<br /><br />I have a few questions concerning the ObDev AVR-USB solution regarding computing capability:<br /><br />1. How much AVR computing capacity is required if the device is in idle mode, i.e. no data transfered, just keeping the USB connection to the host alive?<br />I suppose, the AVR gets USB work with every frame, i.e. once every millisecond, correct? How many clocks will the AVR be busy then?<br /><br />2. Is there a chance to obtain a firmware for 18 MHz crystal clock, just to get as much AVR computing power as possible?<br /><br />Regards, Tom<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=292">iphi</a> — Sun Sep 28, 2008 2:01 pm</p><hr />
]]></content>
	</entry>
	</feed>
