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

	<title>Objective Development Forums</title>
	
	<link href="https://forums.obdev.at/index.php" />
	<updated>2012-07-01T16:00:28+02:00</updated>

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

		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2012-07-01T16:00:28+02:00</updated>

		<published>2012-07-01T16:00:28+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=6755&amp;p=21934#p21934</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=6755&amp;p=21934#p21934"/>
		<title type="html"><![CDATA[ISR adc]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=6755&amp;p=21934#p21934"><![CDATA[
How many clock cycles would following code consume??<br /><div class="codebox"><p>Code: </p><pre><code>char replyBuf&#91;32&#93;;<br />uchar *ptr=replyBuf;<br /><br />ISR(ADC_vect,ISR_NOBLOCK)<br />{<br />      ADCSRA&amp;=~(1&lt;&lt;ADIE);<br />      *ptr++=ADCH;<br />      ADCSRA|=(1&lt;&lt;ADIE);<br />}</code></pre></div><br /><br />This causes usb error . is it longer than 25 cycles??<p>Statistics: Posted by Guest — Sun Jul 01, 2012 4:00 pm</p><hr />
]]></content>
	</entry>
	</feed>
