<?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: Howto recover wrong fuses settings on a AVR</title>
	<atom:link href="http://www.larsen-b.com/Article/260.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.larsen-b.com/Article/260.html</link>
	<description>Titanium Exposé</description>
	<lastBuildDate>Mon, 23 Jan 2012 10:13:29 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: stylediva</title>
		<link>http://www.larsen-b.com/Article/260.html/comment-page-1#comment-8140</link>
		<dc:creator>stylediva</dc:creator>
		<pubDate>Mon, 23 Jan 2012 10:13:29 +0000</pubDate>
		<guid isPermaLink="false">#comment-8140</guid>
		<description>we are using 8MHz crystal... How to set the fuse bits for that..</description>
		<content:encoded><![CDATA[<p>we are using 8MHz crystal&#8230; How to set the fuse bits for that..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stylediva</title>
		<link>http://www.larsen-b.com/Article/260.html/comment-page-1#comment-8139</link>
		<dc:creator>stylediva</dc:creator>
		<pubDate>Sun, 22 Jan 2012 14:55:58 +0000</pubDate>
		<guid isPermaLink="false">#comment-8139</guid>
		<description>i have placed 8Mhz external crystal.how can i do the settings of fuse bits for that???..help..</description>
		<content:encoded><![CDATA[<p>i have placed 8Mhz external crystal.how can i do the settings of fuse bits for that???..help..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kin3zu</title>
		<link>http://www.larsen-b.com/Article/260.html/comment-page-1#comment-8115</link>
		<dc:creator>kin3zu</dc:creator>
		<pubDate>Wed, 02 Nov 2011 15:38:14 +0000</pubDate>
		<guid isPermaLink="false">#comment-8115</guid>
		<description>hello. i have used this method for ATmega16 and ATtiny2313 and it works. i have AVRPROG usb2 programmer (is polish i think) thank you. best regard</description>
		<content:encoded><![CDATA[<p>hello. i have used this method for ATmega16 and ATtiny2313 and it works. i have AVRPROG usb2 programmer (is polish i think) thank you. best regard</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: karthik c</title>
		<link>http://www.larsen-b.com/Article/260.html/comment-page-1#comment-8100</link>
		<dc:creator>karthik c</dc:creator>
		<pubDate>Sat, 08 Oct 2011 19:35:51 +0000</pubDate>
		<guid isPermaLink="false">#comment-8100</guid>
		<description>Pardon for my ignorance,One of my atmega32 is not working when i tried to set fuse bits 
in extreme burner AVR software.I tried to set fuse bits such that it uses an external crystal clock source. i.e. set high byte 89 and low byte FF.
but after programming when i tried to read contents the software shows error like this
&quot;Powering on failed 
 cannot able to communicate with target chip...&quot;
and i does not changed SPIEN value,
please tell how to recover the chip.
thanks in advance.</description>
		<content:encoded><![CDATA[<p>Pardon for my ignorance,One of my atmega32 is not working when i tried to set fuse bits<br />
in extreme burner AVR software.I tried to set fuse bits such that it uses an external crystal clock source. i.e. set high byte 89 and low byte FF.<br />
but after programming when i tried to read contents the software shows error like this<br />
&#8220;Powering on failed<br />
 cannot able to communicate with target chip&#8230;&#8221;<br />
and i does not changed SPIEN value,<br />
please tell how to recover the chip.<br />
thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andriansah</title>
		<link>http://www.larsen-b.com/Article/260.html/comment-page-1#comment-8070</link>
		<dc:creator>Andriansah</dc:creator>
		<pubDate>Tue, 16 Aug 2011 16:52:30 +0000</pubDate>
		<guid isPermaLink="false">#comment-8070</guid>
		<description>Thank you very much, my three chips can now be used again,

This code in Bascom:

$regfile = &quot;m8def.dat&quot;
$crystal = 16000000

Ddrc.5 = 1

Do
   Portc.5 = Not Portc.5
   nop
   nop
Loop

End</description>
		<content:encoded><![CDATA[<p>Thank you very much, my three chips can now be used again,</p>
<p>This code in Bascom:</p>
<p>$regfile = &#8220;m8def.dat&#8221;<br />
$crystal = 16000000</p>
<p>Ddrc.5 = 1</p>
<p>Do<br />
   Portc.5 = Not Portc.5<br />
   nop<br />
   nop<br />
Loop</p>
<p>End</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bmx64</title>
		<link>http://www.larsen-b.com/Article/260.html/comment-page-1#comment-8031</link>
		<dc:creator>bmx64</dc:creator>
		<pubDate>Sun, 26 Jun 2011 09:41:38 +0000</pubDate>
		<guid isPermaLink="false">#comment-8031</guid>
		<description>hi kpax, I am a newbie to uC, I have bricked a quadcontroller board with atmega48pa .can you help by submitting a detailed schematic diagm of how you actually do this, and what frequency is required for atmega48pa....</description>
		<content:encoded><![CDATA[<p>hi kpax, I am a newbie to uC, I have bricked a quadcontroller board with atmega48pa .can you help by submitting a detailed schematic diagm of how you actually do this, and what frequency is required for atmega48pa&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mal</title>
		<link>http://www.larsen-b.com/Article/260.html/comment-page-1#comment-8023</link>
		<dc:creator>Mal</dc:creator>
		<pubDate>Fri, 10 Jun 2011 15:22:57 +0000</pubDate>
		<guid isPermaLink="false">#comment-8023</guid>
		<description>This did not work for me on a ATtiny2313 with either 1Mhz or 4Mhz.
I accidentally inverted the low/high fuses (wrote L:DF, H:64),  thus disabling the external reset. 

Anyone with a similar scenario have any success ?</description>
		<content:encoded><![CDATA[<p>This did not work for me on a ATtiny2313 with either 1Mhz or 4Mhz.<br />
I accidentally inverted the low/high fuses (wrote L:DF, H:64),  thus disabling the external reset. </p>
<p>Anyone with a similar scenario have any success ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kpax</title>
		<link>http://www.larsen-b.com/Article/260.html/comment-page-1#comment-8021</link>
		<dc:creator>Kpax</dc:creator>
		<pubDate>Mon, 06 Jun 2011 12:54:10 +0000</pubDate>
		<guid isPermaLink="false">#comment-8021</guid>
		<description>Thanks a Ton guys, this just works perfect, awesome find, i just recovered my bricked Atmega32 soldered on a board by touching the XTAL 1 pin to another uC generating a 4 MHz clock and re writing the Fuse using using the SPI programmer. Great work.</description>
		<content:encoded><![CDATA[<p>Thanks a Ton guys, this just works perfect, awesome find, i just recovered my bricked Atmega32 soldered on a board by touching the XTAL 1 pin to another uC generating a 4 MHz clock and re writing the Fuse using using the SPI programmer. Great work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: brown</title>
		<link>http://www.larsen-b.com/Article/260.html/comment-page-1#comment-7986</link>
		<dc:creator>brown</dc:creator>
		<pubDate>Wed, 06 Apr 2011 15:59:09 +0000</pubDate>
		<guid isPermaLink="false">#comment-7986</guid>
		<description>i am using extreme burner to burn the program(written using codevision compiler) into an atmel mega 32 chip. i dont have a clue as to how to set the low and high fuse bits in the extreme burner. how to understand which clock frequency must be set?? i am new to this. please help !!</description>
		<content:encoded><![CDATA[<p>i am using extreme burner to burn the program(written using codevision compiler) into an atmel mega 32 chip. i dont have a clue as to how to set the low and high fuse bits in the extreme burner. how to understand which clock frequency must be set?? i am new to this. please help !!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joseph</title>
		<link>http://www.larsen-b.com/Article/260.html/comment-page-1#comment-7973</link>
		<dc:creator>joseph</dc:creator>
		<pubDate>Thu, 03 Mar 2011 02:44:45 +0000</pubDate>
		<guid isPermaLink="false">#comment-7973</guid>
		<description>i have programmed the above program in atmega32 from where i can take the clock output to give into another atmega as a external clock</description>
		<content:encoded><![CDATA[<p>i have programmed the above program in atmega32 from where i can take the clock output to give into another atmega as a external clock</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
