<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<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>LeafLabs Garden &#187; Topic: In Serialx.print(&#34;string&#34;);, where is the &#34;string&#34; stored as - Flash or Ram?</title>
		<link>http://forums.leaflabs.com/topic.php?id=79</link>
		<description>A place to share, learn, and grow...</description>
		<language>en-US</language>
		<pubDate>Fri, 22 Jan 2016 00:19:37 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://forums.leaflabs.com/search.php</link>
		</textInput>
		<atom:link href="http://forums.leaflabs.com/rss.php?topic=79" rel="self" type="application/rss+xml" />

		<item>
			<title>leaflabsandy on "In Serialx.print(&#34;string&#34;);, where is the &#34;string&#34; stored as - Flash or Ram?"</title>
			<link>http://forums.leaflabs.com/topic.php?id=79#post-438</link>
			<pubDate>Thu, 01 Jul 2010 14:46:32 +0000</pubDate>
			<dc:creator>leaflabsandy</dc:creator>
			<guid isPermaLink="false">438@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Double check on this ... your interactive hardware test took up over 21K of flash/ram ?&#60;br /&#62;
and it had many print statements in the code.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>poslathian on "In Serialx.print(&#34;string&#34;);, where is the &#34;string&#34; stored as - Flash or Ram?"</title>
			<link>http://forums.leaflabs.com/topic.php?id=79#post-436</link>
			<pubDate>Thu, 01 Jul 2010 12:59:40 +0000</pubDate>
			<dc:creator>poslathian</dc:creator>
			<guid isPermaLink="false">436@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;I might end up being corrected for this, but i believe string constants are stored in the .data section, which eventually ends up in RAM at runtime, regardless of which target you compiled to. We support static allocation to flash as well (ala progmem) however, the syntax is nasty, requiring __attribute__ tags. We'll be cleaning that up and adding some sort of progmem decorator in the next rev of the library.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>leaflabsandy on "In Serialx.print(&#34;string&#34;);, where is the &#34;string&#34; stored as - Flash or Ram?"</title>
			<link>http://forums.leaflabs.com/topic.php?id=79#post-431</link>
			<pubDate>Thu, 01 Jul 2010 05:22:37 +0000</pubDate>
			<dc:creator>leaflabsandy</dc:creator>
			<guid isPermaLink="false">431@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;In Serialx.print(&#34;string&#34;), where is the &#34;string&#34; stored as - Flash or Ram in the Maple?&#60;/p&#62;
&#60;p&#62;In the Arduino, there is the &#34;painful&#34; command PROGMEM - Store data in flash (program) memory instead of SRAM.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
