<?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: Checking the fuse bits in an Atmel AVR at run time</title>
	<atom:link href="http://embeddedgurus.com/stack-overflow/2009/05/checking-the-fuse-bits-in-an-atmel-avr-at-run-time/feed/" rel="self" type="application/rss+xml" />
	<link>http://embeddedgurus.com/stack-overflow/2009/05/checking-the-fuse-bits-in-an-atmel-avr-at-run-time/</link>
	<description>Thoughts on embedded systems by Nigel Jones</description>
	<lastBuildDate>Mon, 06 Sep 2010 14:57:18 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Alan Bowens</title>
		<link>http://embeddedgurus.com/stack-overflow/2009/05/checking-the-fuse-bits-in-an-atmel-avr-at-run-time/comment-page-1/#comment-225</link>
		<dc:creator>Alan Bowens</dc:creator>
		<pubDate>Fri, 22 May 2009 07:12:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.gfcdev.org/test-stack/2009/05/15/checking-the-fuse-bits-in-an-atmel-avr-at-run-time/#comment-225</guid>
		<description>A slight variation on your code sample is to reset the chip if the lock/fuse bits aren&#039;t as expected during initialisation.  If the chip runs at all, you then know that the bytes are right.</description>
		<content:encoded><![CDATA[<p>A slight variation on your code sample is to reset the chip if the lock/fuse bits aren&#8217;t as expected during initialisation.  If the chip runs at all, you then know that the bytes are right.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nigel Jones</title>
		<link>http://embeddedgurus.com/stack-overflow/2009/05/checking-the-fuse-bits-in-an-atmel-avr-at-run-time/comment-page-1/#comment-224</link>
		<dc:creator>Nigel Jones</dc:creator>
		<pubDate>Wed, 20 May 2009 10:56:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.gfcdev.org/test-stack/2009/05/15/checking-the-fuse-bits-in-an-atmel-avr-at-run-time/#comment-224</guid>
		<description>Greg: I took a look at the link you mentioned. I&#039;ve never worked with the the PIC24 or dsPIC30 devices and so it wasn&#039;t clear to me what&#039;s going on. The application note block diagram seemed to indicate that the configuration bits could be read / written on these devices. However there was no mention of it in the text. I then looked at the supplied code. I have to say that the PIC application note code is almost as badly written as some of the atmel application notes. That is functions with no headers, parameters with no explanation, incorrect use of data types, failure to use const etc. As a result I wasn&#039;t too much the wiser having looked at the code. When are the microcontroller companies going to start setting an example for the rest of the industry to follow?</description>
		<content:encoded><![CDATA[<p>Greg: I took a look at the link you mentioned. I&#8217;ve never worked with the the PIC24 or dsPIC30 devices and so it wasn&#8217;t clear to me what&#8217;s going on. The application note block diagram seemed to indicate that the configuration bits could be read / written on these devices. However there was no mention of it in the text. I then looked at the supplied code. I have to say that the PIC application note code is almost as badly written as some of the atmel application notes. That is functions with no headers, parameters with no explanation, incorrect use of data types, failure to use const etc. As a result I wasn&#8217;t too much the wiser having looked at the code. When are the microcontroller companies going to start setting an example for the rest of the industry to follow?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GregK</title>
		<link>http://embeddedgurus.com/stack-overflow/2009/05/checking-the-fuse-bits-in-an-atmel-avr-at-run-time/comment-page-1/#comment-223</link>
		<dc:creator>GregK</dc:creator>
		<pubDate>Wed, 20 May 2009 08:27:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.gfcdev.org/test-stack/2009/05/15/checking-the-fuse-bits-in-an-atmel-avr-at-run-time/#comment-223</guid>
		<description>Microchip deliver simply assembler code what is called from C code to read and write fuse bits. See bootloader aplication from Microchip:http://www.microchip.com/stellent/idcplg?IdcService=SS_GET_PAGE&amp;nodeId=1824&amp;appnote=en530200</description>
		<content:encoded><![CDATA[<p>Microchip deliver simply assembler code what is called from C code to read and write fuse bits. See bootloader aplication from Microchip:http://www.microchip.com/stellent/idcplg?IdcService=SS_GET_PAGE&amp;nodeId=1824&amp;appnote=en530200</p>
]]></content:encoded>
	</item>
</channel>
</rss>
