<?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: Micro-SD slot on the Maple Native?</title>
		<link>http://forums.leaflabs.com/topic.php?id=1115</link>
		<description>A place to share, learn, and grow...</description>
		<language>en-US</language>
		<pubDate>Fri, 22 Jan 2016 00:20:06 +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=1115" rel="self" type="application/rss+xml" />

		<item>
			<title>Zerkof on "Micro-SD slot on the Maple Native?"</title>
			<link>http://forums.leaflabs.com/topic.php?id=1115&amp;page=2#post-7018</link>
			<pubDate>Thu, 27 Oct 2011 10:39:18 +0000</pubDate>
			<dc:creator>Zerkof</dc:creator>
			<guid isPermaLink="false">7018@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Hello, I just bought the Olimexino STM-32, and I'm trying to write and read on a micro sd and I could not do that, I wonder if anyone has any example of how this can be done?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gbulmer on "Micro-SD slot on the Maple Native?"</title>
			<link>http://forums.leaflabs.com/topic.php?id=1115#post-7013</link>
			<pubDate>Thu, 27 Oct 2011 02:01:41 +0000</pubDate>
			<dc:creator>gbulmer</dc:creator>
			<guid isPermaLink="false">7013@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;ianmga - Just to be clear, does the code use the 4-bit wide data interface on the micro-SD card, or does it use the SPI mode?&#60;br /&#62;
&#60;a href=&#34;http://www.interfacebus.com/MicroSD_Card_Pinout.html&#34; rel=&#34;nofollow&#34;&#62;http://www.interfacebus.com/MicroSD_Card_Pinout.html&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;If it does use the 4-bit data mode, can you give a link to the code? Is the code Open Source?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ianmga on "Micro-SD slot on the Maple Native?"</title>
			<link>http://forums.leaflabs.com/topic.php?id=1115#post-7011</link>
			<pubDate>Wed, 26 Oct 2011 19:15:30 +0000</pubDate>
			<dc:creator>ianmga</dc:creator>
			<guid isPermaLink="false">7011@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;I have it working under a different RTOS (I didn't write the code, mind you) and the STM32 reference manual should have enough info...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gbulmer on "Micro-SD slot on the Maple Native?"</title>
			<link>http://forums.leaflabs.com/topic.php?id=1115#post-6985</link>
			<pubDate>Tue, 25 Oct 2011 16:24:25 +0000</pubDate>
			<dc:creator>gbulmer</dc:creator>
			<guid isPermaLink="false">6985@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Folks - please don't take my comment as validated and accurate,&#60;br /&#62;
I have failed to find things in one of the free SD standards documents, and it said I needed the 'non-free version'. Then I couldn't find similar stuff in the SDIO document, but I haven't bottomed out whether that is also only available in the 'non-free' version.&#60;br /&#62;
BUT, they do seem to differentiate between the free-public versions and the membership versions of standard documents.&#60;/p&#62;
&#60;p&#62;One of the areas I have had real problems finding is switching an SD card from the SPI mode into 4 data-bits, faster modes. So if someone does find instructions, I will be a very happy chappie :-)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>robertcook on "Micro-SD slot on the Maple Native?"</title>
			<link>http://forums.leaflabs.com/topic.php?id=1115#post-6981</link>
			<pubDate>Tue, 25 Oct 2011 15:07:31 +0000</pubDate>
			<dc:creator>robertcook</dc:creator>
			<guid isPermaLink="false">6981@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Ah, the medieval guild system is alive and well.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mbolivar on "Micro-SD slot on the Maple Native?"</title>
			<link>http://forums.leaflabs.com/topic.php?id=1115#post-6970</link>
			<pubDate>Tue, 25 Oct 2011 10:04:43 +0000</pubDate>
			<dc:creator>mbolivar</dc:creator>
			<guid isPermaLink="false">6970@http://forums.leaflabs.com/</guid>
			<description>&#60;blockquote&#62;&#60;p&#62;
I do not know for sure, but it might be that you need to buy a membership to the SD organisation to get all the documents you need.
&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;Ugh. Ain't life grand.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gbulmer on "Micro-SD slot on the Maple Native?"</title>
			<link>http://forums.leaflabs.com/topic.php?id=1115#post-6963</link>
			<pubDate>Mon, 24 Oct 2011 18:48:04 +0000</pubDate>
			<dc:creator>gbulmer</dc:creator>
			<guid isPermaLink="false">6963@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Be a little cautious about SDIO - I've been reading some of the SD documents, and some details are removed from the free documents. I do not know for sure, but it might be that you need to buy a membership to the SD organisation to get all the documents you need.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>robertcook on "Micro-SD slot on the Maple Native?"</title>
			<link>http://forums.leaflabs.com/topic.php?id=1115#post-6960</link>
			<pubDate>Mon, 24 Oct 2011 17:29:20 +0000</pubDate>
			<dc:creator>robertcook</dc:creator>
			<guid isPermaLink="false">6960@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Thanks.  I'll dive into the manual.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>robodude666 on "Micro-SD slot on the Maple Native?"</title>
			<link>http://forums.leaflabs.com/topic.php?id=1115#post-6959</link>
			<pubDate>Mon, 24 Oct 2011 16:47:09 +0000</pubDate>
			<dc:creator>robodude666</dc:creator>
			<guid isPermaLink="false">6959@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;robertcook,&#60;/p&#62;
&#60;p&#62;The uSD card slot is connected to the hardware SDIO peripheral, which should yield higher performance than SPI. However, libmaple does not currently support the SDIO functionality of the STM32.&#60;/p&#62;
&#60;p&#62;If you wish to use SDIO, check out RM0008 for more information. I'm sure official support will be included in the future, but currently the leafinites are busy with other things it seems.&#60;/p&#62;
&#60;p&#62;-robodude666
&#60;/p&#62;</description>
		</item>
		<item>
			<title>robertcook on "Micro-SD slot on the Maple Native?"</title>
			<link>http://forums.leaflabs.com/topic.php?id=1115#post-6958</link>
			<pubDate>Mon, 24 Oct 2011 16:36:12 +0000</pubDate>
			<dc:creator>robertcook</dc:creator>
			<guid isPermaLink="false">6958@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;OK, so looking at the schematics, it appears that &#34;SD/SD1&#34; does not use any of the SPI ports, but, rather, 4 dedicated GPIOs for data.  Is this design expected to perform better than the SPI+DMA approach described elsewhere in the forum?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>robertcook on "Micro-SD slot on the Maple Native?"</title>
			<link>http://forums.leaflabs.com/topic.php?id=1115#post-6952</link>
			<pubDate>Sun, 23 Oct 2011 00:18:15 +0000</pubDate>
			<dc:creator>robertcook</dc:creator>
			<guid isPermaLink="false">6952@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Hi -   I'm been using the SDFat library on a standard Maple  I'm switching to the Maple Native as I need 3 SPI channels.&#60;/p&#62;
&#60;p&#62;I assume that this built-in SD card is connected to one of the three SPI channels?  And is there a reason that SDFat shouldn't work with it?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>poslathian on "Micro-SD slot on the Maple Native?"</title>
			<link>http://forums.leaflabs.com/topic.php?id=1115#post-6887</link>
			<pubDate>Mon, 17 Oct 2011 11:39:36 +0000</pubDate>
			<dc:creator>poslathian</dc:creator>
			<guid isPermaLink="false">6887@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;thats the plan.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mbk on "Micro-SD slot on the Maple Native?"</title>
			<link>http://forums.leaflabs.com/topic.php?id=1115#post-6852</link>
			<pubDate>Wed, 12 Oct 2011 16:18:30 +0000</pubDate>
			<dc:creator>mbk</dc:creator>
			<guid isPermaLink="false">6852@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Hi mbolivar,&#60;/p&#62;
&#60;p&#62;Thanks for your answer.&#60;br /&#62;
Right now getting SD card to work is out of my scope, was just curious. So this means that at some point it will work with libmaple?&#60;/p&#62;
&#60;p&#62;sincerely&#60;br /&#62;
MBK
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mbolivar on "Micro-SD slot on the Maple Native?"</title>
			<link>http://forums.leaflabs.com/topic.php?id=1115#post-6844</link>
			<pubDate>Wed, 12 Oct 2011 15:29:22 +0000</pubDate>
			<dc:creator>mbolivar</dc:creator>
			<guid isPermaLink="false">6844@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Hi MBK,&#60;/p&#62;
&#60;p&#62;It is a micro-SD slot. However, libmaple doesn't support the SDIO peripheral yet, which is why we aren't publicizing that feature too much. For now, you can try using ST's firmware library. Let us know how it goes, and we're glad you liked the candy!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mbk on "Micro-SD slot on the Maple Native?"</title>
			<link>http://forums.leaflabs.com/topic.php?id=1115#post-6842</link>
			<pubDate>Wed, 12 Oct 2011 15:04:16 +0000</pubDate>
			<dc:creator>mbk</dc:creator>
			<guid isPermaLink="false">6842@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;BTW, thanks for the candy :)
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
