<?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: New Flash library</title>
	<atom:link href="http://arduiniana.org/2009/03/new-flash-library/feed/" rel="self" type="application/rss+xml" />
	<link>http://arduiniana.org/2009/03/new-flash-library/</link>
	<description>Arduino wisdom and gems by Mikal Hart</description>
	<lastBuildDate>Thu, 02 Feb 2012 11:22:38 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Mikal</title>
		<link>http://arduiniana.org/2009/03/new-flash-library/comment-page-1/#comment-142</link>
		<dc:creator>Mikal</dc:creator>
		<pubDate>Thu, 02 Jul 2009 13:51:51 +0000</pubDate>
		<guid isPermaLink="false">http://sundial.org/arduino/?p=232#comment-142</guid>
		<description>Simon,

I&#039;m afraid the scenario you hope for cannot be accomplished using Flash or any other library.  It is an architectural limitation of the flash that it can only be written in its entirety once when you program your sketch, so you can&#039;t write to it during the run of your program.

Mikal</description>
		<content:encoded><![CDATA[<p>Simon,</p>
<p>I&#8217;m afraid the scenario you hope for cannot be accomplished using Flash or any other library.  It is an architectural limitation of the flash that it can only be written in its entirety once when you program your sketch, so you can&#8217;t write to it during the run of your program.</p>
<p>Mikal</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon</title>
		<link>http://arduiniana.org/2009/03/new-flash-library/comment-page-1/#comment-141</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Tue, 30 Jun 2009 21:48:55 +0000</pubDate>
		<guid isPermaLink="false">http://sundial.org/arduino/?p=232#comment-141</guid>
		<description>Hello Mikal.

This Flash library is of great interest to me for a project that needs to access several kB of data. My question is whether one can create a flash object without declaring its value in the same statement. I would like to initialize the data structures and then send a bunch of values over the serial port to populate the array or table. Thanks for your help.

Best regards,

=Simon=</description>
		<content:encoded><![CDATA[<p>Hello Mikal.</p>
<p>This Flash library is of great interest to me for a project that needs to access several kB of data. My question is whether one can create a flash object without declaring its value in the same statement. I would like to initialize the data structures and then send a bunch of values over the serial port to populate the array or table. Thanks for your help.</p>
<p>Best regards,</p>
<p>=Simon=</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mikal</title>
		<link>http://arduiniana.org/2009/03/new-flash-library/comment-page-1/#comment-104</link>
		<dc:creator>Mikal</dc:creator>
		<pubDate>Mon, 08 Jun 2009 16:36:41 +0000</pubDate>
		<guid isPermaLink="false">http://sundial.org/arduino/?p=232#comment-104</guid>
		<description>Mike,

I notice that you&#039;re using Arduino 0012.  That&#039;s pretty old.  I&#039;m not sure I ever even tested Flash on that.  Can you try upgrading?  

What other libraries are you using in your project?  I wonder if there is some conflict.

Mikal</description>
		<content:encoded><![CDATA[<p>Mike,</p>
<p>I notice that you&#8217;re using Arduino 0012.  That&#8217;s pretty old.  I&#8217;m not sure I ever even tested Flash on that.  Can you try upgrading?  </p>
<p>What other libraries are you using in your project?  I wonder if there is some conflict.</p>
<p>Mikal</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://arduiniana.org/2009/03/new-flash-library/comment-page-1/#comment-103</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Mon, 08 Jun 2009 15:34:01 +0000</pubDate>
		<guid isPermaLink="false">http://sundial.org/arduino/?p=232#comment-103</guid>
		<description>Hey Mikal,

I&#039;m having some problems that I was hoping you would know how to resolve. I get the error when I just have the #include  and no calls to the library.

/Users/Mike/Downloads/arduino-0012/hardware/libraries/Flash/Flash.o:(.data+0xa): undefined reference to `__cxa_pure_virtual&#039;

Couldn&#039;t determine program size: hardware/tools/avr/bin/avr-size: &#039;/tmp/build2486.tmp/sketch_090608a.hex&#039;: No such file

Thanks for your time,
Mike</description>
		<content:encoded><![CDATA[<p>Hey Mikal,</p>
<p>I&#8217;m having some problems that I was hoping you would know how to resolve. I get the error when I just have the #include  and no calls to the library.</p>
<p>/Users/Mike/Downloads/arduino-0012/hardware/libraries/Flash/Flash.o:(.data+0xa): undefined reference to `__cxa_pure_virtual&#8217;</p>
<p>Couldn&#8217;t determine program size: hardware/tools/avr/bin/avr-size: &#8216;/tmp/build2486.tmp/sketch_090608a.hex&#8217;: No such file</p>
<p>Thanks for your time,<br />
Mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hans Loepfe</title>
		<link>http://arduiniana.org/2009/03/new-flash-library/comment-page-1/#comment-43</link>
		<dc:creator>Hans Loepfe</dc:creator>
		<pubDate>Sun, 10 May 2009 06:21:20 +0000</pubDate>
		<guid isPermaLink="false">http://sundial.org/arduino/?p=232#comment-43</guid>
		<description>Hi Mikal
Your Flash Library looks very promising, but I did not succeed either.
I modified a sketch for a camera remote release timer with an LCD and with a few pages to enter data in order to shoot several images.
Unfortunately, when flipping through the settings pages, the code crashes.
I know that the 2 arrays are using too much memory and causing this sketch to crash as there is not enought RAM.
I was told to move the arrays into FLASH-Memory. I tried with the aid of the PROGMEM reference, but did not succeed writing the correct syntax.
The problem I am having is that I am using &#039;unsigned long&#039; variables and I just can&#039;t get the code right.
Would you mind helping me on this? I&#039;d highly appreciate it as I am more a photographer and less a code writer.
The WEB-page for this project and the code is here:
http://www.halo-photographs.com/remote-shutter-release-timer/the-arduino-code.html
The arrays in question are on line 154 and line 157.
Looking forward to your reply.
Thanks, Hans.</description>
		<content:encoded><![CDATA[<p>Hi Mikal<br />
Your Flash Library looks very promising, but I did not succeed either.<br />
I modified a sketch for a camera remote release timer with an LCD and with a few pages to enter data in order to shoot several images.<br />
Unfortunately, when flipping through the settings pages, the code crashes.<br />
I know that the 2 arrays are using too much memory and causing this sketch to crash as there is not enought RAM.<br />
I was told to move the arrays into FLASH-Memory. I tried with the aid of the PROGMEM reference, but did not succeed writing the correct syntax.<br />
The problem I am having is that I am using &#8216;unsigned long&#8217; variables and I just can&#8217;t get the code right.<br />
Would you mind helping me on this? I&#8217;d highly appreciate it as I am more a photographer and less a code writer.<br />
The WEB-page for this project and the code is here:<br />
<a href="http://www.halo-photographs.com/remote-shutter-release-timer/the-arduino-code.html" rel="nofollow">http://www.halo-photographs.com/remote-shutter-release-timer/the-arduino-code.html</a><br />
The arrays in question are on line 154 and line 157.<br />
Looking forward to your reply.<br />
Thanks, Hans.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mikal</title>
		<link>http://arduiniana.org/2009/03/new-flash-library/comment-page-1/#comment-31</link>
		<dc:creator>Mikal</dc:creator>
		<pubDate>Sat, 02 May 2009 22:49:28 +0000</pubDate>
		<guid isPermaLink="false">http://sundial.org/arduino/?p=232#comment-31</guid>
		<description>Thanks, Oleg.  I don&#039;t know what I was thinking.  The latest is version 2.

Mikal</description>
		<content:encoded><![CDATA[<p>Thanks, Oleg.  I don&#8217;t know what I was thinking.  The latest is version 2.</p>
<p>Mikal</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oleg Mazurov</title>
		<link>http://arduiniana.org/2009/03/new-flash-library/comment-page-1/#comment-30</link>
		<dc:creator>Oleg Mazurov</dc:creator>
		<pubDate>Sat, 02 May 2009 20:45:24 +0000</pubDate>
		<guid isPermaLink="false">http://sundial.org/arduino/?p=232#comment-30</guid>
		<description>The link to Flash3.zip is broken. It gives me 404 when I try to follow it.

Oleg.</description>
		<content:encoded><![CDATA[<p>The link to Flash3.zip is broken. It gives me 404 when I try to follow it.</p>
<p>Oleg.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

