<?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: Does anyone know how to connect my Maple to an SD card to store data?</title>
		<link>http://forums.leaflabs.com/topic.php?id=1069</link>
		<description>A place to share, learn, and grow...</description>
		<language>en-US</language>
		<pubDate>Fri, 22 Jan 2016 00:21:17 +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=1069" rel="self" type="application/rss+xml" />

		<item>
			<title>mikep on "Does anyone know how to connect my Maple to an SD card to store data?"</title>
			<link>http://forums.leaflabs.com/topic.php?id=1069#post-6601</link>
			<pubDate>Sun, 25 Sep 2011 18:03:07 +0000</pubDate>
			<dc:creator>mikep</dc:creator>
			<guid isPermaLink="false">6601@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;If you want to connect the Maple's USART1/2 to a computer via USB and not use the Maple's SerialUSB functionality, you'd need a &#34;USB -&#38;gt; Serial TTL&#34; adapter, something like this:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://shop.moderndevice.com/products/bub_ii&#34; rel=&#34;nofollow&#34;&#62;http://shop.moderndevice.com/products/bub_ii&#60;/a&#62;&#60;br /&#62;
or this:&#60;br /&#62;
&#60;a href=&#34;http://www.sparkfun.com/products/718&#34; rel=&#34;nofollow&#34;&#62;http://www.sparkfun.com/products/718&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Just make sure that the adapter supports 3.3V logic level.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gbulmer on "Does anyone know how to connect my Maple to an SD card to store data?"</title>
			<link>http://forums.leaflabs.com/topic.php?id=1069#post-6598</link>
			<pubDate>Sun, 25 Sep 2011 16:56:09 +0000</pubDate>
			<dc:creator>gbulmer</dc:creator>
			<guid isPermaLink="false">6598@http://forums.leaflabs.com/</guid>
			<description>&#60;blockquote&#62;&#60;p&#62;Does this means, I can't use serial without another adapter?&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;You're right, it can't use the serial for communication, unless you have a computer which has a serial interface.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gulu2065 on "Does anyone know how to connect my Maple to an SD card to store data?"</title>
			<link>http://forums.leaflabs.com/topic.php?id=1069#post-6594</link>
			<pubDate>Sun, 25 Sep 2011 15:34:17 +0000</pubDate>
			<dc:creator>gulu2065</dc:creator>
			<guid isPermaLink="false">6594@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;gbulmer,&#60;br /&#62;
Thanks a lot!&#60;br /&#62;
I see this here&#60;br /&#62;
&#60;a href=&#34;http://leaflabs.com/docs/lang/api/serial.html#lang-serial&#34; rel=&#34;nofollow&#34;&#62;http://leaflabs.com/docs/lang/api/serial.html#lang-serial&#60;/a&#62;&#60;br /&#62;
Unlike the Arduino, none of the Maple’s serial ports is connected to the USB port on the Maple board. If you want to communicate using the built-in USB port, use SerialUSB instead. You will need an additional USB-to-serial adapter to communicate between a USART and your computer.&#60;/p&#62;
&#60;p&#62;Does this means, I can't use serial without another adapter?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gbulmer on "Does anyone know how to connect my Maple to an SD card to store data?"</title>
			<link>http://forums.leaflabs.com/topic.php?id=1069#post-6592</link>
			<pubDate>Sun, 25 Sep 2011 15:13:44 +0000</pubDate>
			<dc:creator>gbulmer</dc:creator>
			<guid isPermaLink="false">6592@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;One USART is upto 4.5Mbit/second, so, say 450KByte/second. I think the other two are 2.25Mbit/second.&#60;/p&#62;
&#60;p&#62;(full disclosure: I am not a member of LeafLabs staff)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gulu2065 on "Does anyone know how to connect my Maple to an SD card to store data?"</title>
			<link>http://forums.leaflabs.com/topic.php?id=1069#post-6579</link>
			<pubDate>Sun, 25 Sep 2011 02:46:13 +0000</pubDate>
			<dc:creator>gulu2065</dc:creator>
			<guid isPermaLink="false">6579@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;I see that on RM008, the SDIO do not have SPI compatible communication mode&#60;br /&#62;
Does that means I can't use it, or I could use it through DMA?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gulu2065 on "Does anyone know how to connect my Maple to an SD card to store data?"</title>
			<link>http://forums.leaflabs.com/topic.php?id=1069#post-6578</link>
			<pubDate>Sun, 25 Sep 2011 02:25:22 +0000</pubDate>
			<dc:creator>gulu2065</dc:creator>
			<guid isPermaLink="false">6578@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Or, does anyone know, if i use usart, how fast would that be? will it enough?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gulu2065 on "Does anyone know how to connect my Maple to an SD card to store data?"</title>
			<link>http://forums.leaflabs.com/topic.php?id=1069#post-6576</link>
			<pubDate>Sun, 25 Sep 2011 00:37:43 +0000</pubDate>
			<dc:creator>gulu2065</dc:creator>
			<guid isPermaLink="false">6576@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;I want to test a chip and I was using SPI and USB serial to send data to the computer.&#60;br /&#62;
However, as the USB serial speed is limited and it will overflow.&#60;br /&#62;
How could I interface it with a SD card or some other kind of memory and store data in it? and Then I read data and send to PC.&#60;br /&#62;
I need to store at least 16224 bits data.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
