<?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: Maple Atmel Dataflash library!</title>
		<link>http://forums.leaflabs.com/topic.php?id=887</link>
		<description>A place to share, learn, and grow...</description>
		<language>en-US</language>
		<pubDate>Fri, 22 Jan 2016 00:08:19 +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=887" rel="self" type="application/rss+xml" />

		<item>
			<title>mbolivar on "Maple Atmel Dataflash library!"</title>
			<link>http://forums.leaflabs.com/topic.php?id=887#post-5558</link>
			<pubDate>Wed, 06 Jul 2011 12:17:29 +0000</pubDate>
			<dc:creator>mbolivar</dc:creator>
			<guid isPermaLink="false">5558@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;robodude,&#60;/p&#62;
&#60;p&#62;Sounds good.  It's great to hear that dma.h is getting some exercise, and we're looking forward to any feedback/patches you have for it.  Those will be super useful when it comes time to put together the Wirish-style DMA library.&#60;/p&#62;
&#60;p&#62;As you've probably noticed, there's a preliminary page on using dma.h in the wiki:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://wiki.leaflabs.com/index.php?title=DMA&#34; rel=&#34;nofollow&#34;&#62;http://wiki.leaflabs.com/index.php?title=DMA&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;It's pretty much the contents of the old libmaple notes/dma.txt, so it could definitely use some love, if you've got time to tweak it.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>poslathian on "Maple Atmel Dataflash library!"</title>
			<link>http://forums.leaflabs.com/topic.php?id=887#post-5548</link>
			<pubDate>Wed, 06 Jul 2011 10:47:47 +0000</pubDate>
			<dc:creator>poslathian</dc:creator>
			<guid isPermaLink="false">5548@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;I was actually just working on a project that, as a hack, was dumping datalogs into the onboard flash memory. This is dangerous for reasons of limited r/w cycles, but it worked out OK. Its too bad that the dataflash lib expects the transactions to go over SPI, if there were a dataFlashWrite(byte) sort of situation, we could easily create a virtual flash device out of the unused program memory pages that worked with the library.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>robodude666 on "Maple Atmel Dataflash library!"</title>
			<link>http://forums.leaflabs.com/topic.php?id=887#post-5499</link>
			<pubDate>Sat, 02 Jul 2011 09:56:37 +0000</pubDate>
			<dc:creator>robodude666</dc:creator>
			<guid isPermaLink="false">5499@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;You know what. 280 KBps is too slow. How would you like  2.1 MBps continuous read speeds? Early DMA implementation yields a 7.7x boost in continuous read performance =].
&#60;/p&#62;</description>
		</item>
		<item>
			<title>robodude666 on "Maple Atmel Dataflash library!"</title>
			<link>http://forums.leaflabs.com/topic.php?id=887#post-5496</link>
			<pubDate>Fri, 01 Jul 2011 19:12:13 +0000</pubDate>
			<dc:creator>robodude666</dc:creator>
			<guid isPermaLink="false">5496@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;mbolivar,&#60;/p&#62;
&#60;p&#62;That's be awesome! I'll let you know when it's ready.&#60;/p&#62;
&#60;p&#62;I worked on the library a little bit today. Changes were minor (benchmark example), but they'll allow me to judge performance improvements over time. I brainstormed some ideas on how I want to implement DMA and I'll be doing that tomorrow... ish.&#60;/p&#62;
&#60;p&#62;From my early benchmarks, writing to the DataFlash is ~7x slower than reading from it, though I'm able to get ~280 KBps continuous reads out of it.&#60;/p&#62;
&#60;p&#62;-robodude666
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mbolivar on "Maple Atmel Dataflash library!"</title>
			<link>http://forums.leaflabs.com/topic.php?id=887#post-5452</link>
			<pubDate>Wed, 29 Jun 2011 15:19:24 +0000</pubDate>
			<dc:creator>mbolivar</dc:creator>
			<guid isPermaLink="false">5452@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;awesome! looks like this would make a good addition to the wiki's libraries page:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://wiki.leaflabs.com/index.php?title=Libraries&#34; rel=&#34;nofollow&#34;&#62;http://wiki.leaflabs.com/index.php?title=Libraries&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;if/when you feel like it's ready for general use, we can work something out where it lives in libmaple's libraries/ directory as a git submodule.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>robodude666 on "Maple Atmel Dataflash library!"</title>
			<link>http://forums.leaflabs.com/topic.php?id=887#post-5438</link>
			<pubDate>Tue, 28 Jun 2011 12:15:59 +0000</pubDate>
			<dc:creator>robodude666</dc:creator>
			<guid isPermaLink="false">5438@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Hey folks,&#60;/p&#62;
&#60;p&#62;I created my first GitHub fork/repo today, and I'm excited to share it with you!&#60;br /&#62;
&#60;a href=&#34;https://github.com/robodude666/maple-dataflash&#34; rel=&#34;nofollow&#34;&#62;https://github.com/robodude666/maple-dataflash&#60;/a&#62; &#38;lt;-- Click it!&#60;/p&#62;
&#60;p&#62;It's a fork of the &#60;a href=&#34;https://github.com/BlockoS/arduino-dataflash&#34;&#62;arduino-dataflash&#60;/a&#62; library. I'll be adding various improvements to it over time. Some things I'm currently considering/working on:&#60;/p&#62;
&#60;p&#62;- Taking advantage of libmaple&#60;br /&#62;
- Improving performance&#60;br /&#62;
- DMA support&#60;br /&#62;
- Fun stuff!&#60;/p&#62;
&#60;p&#62;The library currently only supports the AT45DB161D (16Mbit Serial Flash). Support for other parts is possible, and we'll see.&#60;/p&#62;
&#60;p&#62;-robodude666
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
