<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Analogue to Digital Conversion Interrupts on an ATmega168A</title>
	<atom:link href="http://www.protostack.com/blog/2011/04/analogue-to-digital-conversion-interrupts-on-an-atmega168a/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.protostack.com/blog/2011/04/analogue-to-digital-conversion-interrupts-on-an-atmega168a/</link>
	<description>Atmega168 development kits, AVR Development boards, Prototyping boards and Electronic components</description>
	<lastBuildDate>Tue, 26 Mar 2013 12:09:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
	<item>
		<title>By: protostackadmin</title>
		<link>http://www.protostack.com/blog/2011/04/analogue-to-digital-conversion-interrupts-on-an-atmega168a/#comment-3646</link>
		<dc:creator>protostackadmin</dc:creator>
		<pubDate>Wed, 06 Apr 2011 19:29:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.protostack.com/blog/?p=272#comment-3646</guid>
		<description>Well spotted. I&#039;ve updated the post now.</description>
		<content:encoded><![CDATA[<p>Well spotted. I&#8217;ve updated the post now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daid</title>
		<link>http://www.protostack.com/blog/2011/04/analogue-to-digital-conversion-interrupts-on-an-atmega168a/#comment-3645</link>
		<dc:creator>Daid</dc:creator>
		<pubDate>Wed, 06 Apr 2011 12:03:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.protostack.com/blog/?p=272#comment-3645</guid>
		<description>It doesn&#039;t take 128 clock cycles to take a ADC sample, it takes 13 ADC cycles to get the sample. Which is 128*13 clock cycles. On the 128 divider.</description>
		<content:encoded><![CDATA[<p>It doesn&#8217;t take 128 clock cycles to take a ADC sample, it takes 13 ADC cycles to get the sample. Which is 128*13 clock cycles. On the 128 divider.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Etienne</title>
		<link>http://www.protostack.com/blog/2011/04/analogue-to-digital-conversion-interrupts-on-an-atmega168a/#comment-3643</link>
		<dc:creator>Etienne</dc:creator>
		<pubDate>Wed, 06 Apr 2011 12:00:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.protostack.com/blog/?p=272#comment-3643</guid>
		<description>Just a small thing, as per ATMega168 datasheet conversion takes 13 ADC clock cycles, which is generated from mcu clock through the prescaler, so the conversion will take 13 x 128 mcu clock cycles with a prescaler set to 128 (and 25 x 128 mcu clock cycles for the first conversion).</description>
		<content:encoded><![CDATA[<p>Just a small thing, as per ATMega168 datasheet conversion takes 13 ADC clock cycles, which is generated from mcu clock through the prescaler, so the conversion will take 13 x 128 mcu clock cycles with a prescaler set to 128 (and 25 x 128 mcu clock cycles for the first conversion).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://www.protostack.com/blog/2011/04/analogue-to-digital-conversion-interrupts-on-an-atmega168a/#comment-3629</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Tue, 05 Apr 2011 13:53:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.protostack.com/blog/?p=272#comment-3629</guid>
		<description>Hello !

Great tutorial, however according to the Mega88 datasheet, you don&#039;t need to clear the ADIF flag in the interrupt routine, since it &quot;is cleared by hardware when executing the corresponding interrupt handling vector&quot;.

Best regards,
Tom</description>
		<content:encoded><![CDATA[<p>Hello !</p>
<p>Great tutorial, however according to the Mega88 datasheet, you don&#8217;t need to clear the ADIF flag in the interrupt routine, since it &#8220;is cleared by hardware when executing the corresponding interrupt handling vector&#8221;.</p>
<p>Best regards,<br />
Tom</p>
]]></content:encoded>
	</item>
</channel>
</rss>
