<?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"
	>
<channel>
	<title>Comments on: Control memory sections using AVR GCC</title>
	<atom:link href="http://www.scienceprog.com/control-memory-sections-using-avr-gcc/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.scienceprog.com/control-memory-sections-using-avr-gcc/</link>
	<description>ScienceProg serves scientific, embedded, biomedical engineering, physics based contents. If you want your article or scientific project to be on this site, do not hesitate to contact and send to scienceprog@gmail.com.</description>
	<pubDate>Mon, 13 Oct 2008 05:47:57 +0000</pubDate>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>By: vir</title>
		<link>http://www.scienceprog.com/control-memory-sections-using-avr-gcc/#comment-14138</link>
		<dc:creator>vir</dc:creator>
		<pubDate>Thu, 13 Sep 2007 06:03:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.scienceprog.com/control-memory-sections-using-avr-gcc/#comment-14138</guid>
		<description>Simplier example of table, located in flash:


#include 
uint8_t sinetable[] PROGMEM = { ... };
...
level = pgm_read_byte_near(sinetable + phase);


But section address control information is very useful, thanks a lot!</description>
		<content:encoded><![CDATA[<p>Simplier example of table, located in flash:</p>
<p>#include<br />
uint8_t sinetable[] PROGMEM = { &#8230; };<br />
&#8230;<br />
level = pgm_read_byte_near(sinetable + phase);</p>
<p>But section address control information is very useful, thanks a lot!</p>
]]></content:encoded>
	</item>
</channel>
</rss>


