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

	<title>Objective Development Forums</title>
	
	<link href="https://forums.obdev.at/index.php" />
	<updated>2007-02-20T23:56:53+02:00</updated>

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

		<entry>
		<author><name><![CDATA[watz]]></name></author>
		<updated>2007-02-20T23:56:53+02:00</updated>

		<published>2007-02-20T23:56:53+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=276&amp;p=943#p943</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=276&amp;p=943#p943"/>
		<title type="html"><![CDATA[Re: Information on timings...]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=276&amp;p=943#p943"><![CDATA[
Well RTFM I found more info in the usb header file. Thanks anyway !<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=178">watz</a> — Tue Feb 20, 2007 11:56 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[watz]]></name></author>
		<updated>2007-02-19T18:09:54+02:00</updated>

		<published>2007-02-19T18:09:54+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=276&amp;p=942#p942</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=276&amp;p=942#p942"/>
		<title type="html"><![CDATA[Information on timings...]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=276&amp;p=942#p942"><![CDATA[
Hi,<br /><br />I have successfully set up my own USB device using an atmega8 and the latest avr-usb code. Only the 5V on the data lines made me some trouble, as the device would not work on 50% of the PCs I tried it on. Exchanging data with a Win32 user mode app using libusb works like a charm.<br /><br />As I plan to additionally implement a software clock I wonder how critical the timings are in the various avr-usb parts. There doesn't seem to be  much information on timings that have to be kept for avr-usb to work.<br /><br />It seems to me that delays of up to 5 seconds in usbFunctionSetup() don't hurt at all. The libusb's usb_control_msg() call will simply block for that time.<br /><br />However, would delays hurt in the main loop where usbPoll() is executed ?<br /><br />How about an additional timer interrupt, would it interfere somehow with the usb hardware interrupt and mess up the timings there ?<br />(Is it necessary that the usb hardware interrupt is called as fast as possible or simply that this interrupt's code is accurate itself ?)<br /><br />Thanks ,<br />watz<br /> <img class="smilies" src="./../../../images/smilies/icon_biggrin.gif" alt=":D" title="Very Happy" /><p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=178">watz</a> — Mon Feb 19, 2007 6:09 pm</p><hr />
]]></content>
	</entry>
	</feed>
