<?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: Storing data in Maple&#039;s flash memory</title>
		<link>http://forums.leaflabs.com/topic.php?id=146</link>
		<description>A place to share, learn, and grow...</description>
		<language>en-US</language>
		<pubDate>Fri, 22 Jan 2016 00:14:44 +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=146" rel="self" type="application/rss+xml" />

		<item>
			<title>Adam on "Storing data in Maple&#039;s flash memory"</title>
			<link>http://forums.leaflabs.com/topic.php?id=146#post-1019</link>
			<pubDate>Sun, 05 Sep 2010 23:00:02 +0000</pubDate>
			<dc:creator>Adam</dc:creator>
			<guid isPermaLink="false">1019@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Andy,&#60;/p&#62;
&#60;p&#62;You are welcome - but Perry Hung did all the &#34;heavy lifting&#34; on the uIP port. I need to pass your thanks along to him! :-) &#60;/p&#62;
&#60;p&#62;&#38;gt; Having a Touch LCD Screen, SD card, WiFi integrated with the Maple would be so cool.&#60;/p&#62;
&#60;p&#62;Yes, it would!&#60;/p&#62;
&#60;p&#62;Right now I'm just trying to get the wifi, a serial LCD, some buttons, and some kind of external flash memory working... that's a less expensive and simpler step...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>leaflabsandy on "Storing data in Maple&#039;s flash memory"</title>
			<link>http://forums.leaflabs.com/topic.php?id=146#post-1006</link>
			<pubDate>Sun, 05 Sep 2010 08:13:17 +0000</pubDate>
			<dc:creator>leaflabsandy</dc:creator>
			<guid isPermaLink="false">1006@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Adam Feuer good job on your uIP TCP/IP stack and ZG2100 wireless drivers&#60;br /&#62;
for the Leaf Labs Maple!&#60;/p&#62;
&#60;p&#62;Just a thought ...&#60;/p&#62;
&#60;p&#62;I have been toying around with 4 D System's uLCD-32PT(SGC) serial QVGA Touch Screen with micro SD. Link: &#60;a href=&#34;http://www.4dsystems.com.au/prod.php?id=113&#34; rel=&#34;nofollow&#34;&#62;http://www.4dsystems.com.au/prod.php?id=113&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;You can read/write (raw) and FAT (serially) using the built in micro SD 2GB interface.&#60;/p&#62;
&#60;p&#62;Having a Touch LCD Screen, SD card, WiFi integrated with the Maple would be so cool.&#60;/p&#62;
&#60;p&#62;The Aussies have chips and preconstructed firmware and tools that would drive your&#60;br /&#62;
cost down and allow you to have SD (with multimedia), Touch, QVGA along with your WiFi.&#60;br /&#62;
&#34;The Maple iTouch&#34;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Adam on "Storing data in Maple&#039;s flash memory"</title>
			<link>http://forums.leaflabs.com/topic.php?id=146#post-1002</link>
			<pubDate>Sat, 04 Sep 2010 18:13:31 +0000</pubDate>
			<dc:creator>Adam</dc:creator>
			<guid isPermaLink="false">1002@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;re: SD Flash card, yes - I have the SEED Studio adapter, and will look at the driver for that sometime soon. The problem with that is an SD flash unit takes up a lot of space, costs more than I want to spend, and has way more storage than I need.&#60;/p&#62;
&#60;p&#62;The WiShield uses an Atmel Dataflash 45DB161D, a SPI 16MB flash chip. Pages are certified for 100k program/erase cycles.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://octopart.com/at45db161d-tu-atmel-458823&#34; rel=&#34;nofollow&#34;&#62;http://octopart.com/at45db161d-tu-atmel-458823&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The SOIC version has a pretty small footprint, and is less the $4.&#60;/p&#62;
&#60;p&#62;I would have to port the AsyncLabs dataflash driver:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://github.com/asynclabs/dataflash&#34; rel=&#34;nofollow&#34;&#62;http://github.com/asynclabs/dataflash&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Regarding the BKP domain registers - these are not ideal, as I would like the configuration data to survive power loss events. However, this may be good enough to use for a prototype. Thanks for mentioning them, gbulmer - I didn't know about them.
&#60;/p&#62;