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

		<item>
			<title>poslathian on "Maple native ?"</title>
			<link>http://forums.leaflabs.com/topic.php?id=1118#post-6986</link>
			<pubDate>Tue, 25 Oct 2011 17:15:16 +0000</pubDate>
			<dc:creator>poslathian</dc:creator>
			<guid isPermaLink="false">6986@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Its definitely worth something ;) thanks for the suggestion.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>robertcook on "Maple native ?"</title>
			<link>http://forums.leaflabs.com/topic.php?id=1118#post-6982</link>
			<pubDate>Tue, 25 Oct 2011 15:23:24 +0000</pubDate>
			<dc:creator>robertcook</dc:creator>
			<guid isPermaLink="false">6982@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;OK.  I'll take a stab at it.  FWIW, I vote to have actual headers for the JTAG pins in the non-beta rev of the board.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mbolivar on "Maple native ?"</title>
			<link>http://forums.leaflabs.com/topic.php?id=1118#post-6971</link>
			<pubDate>Tue, 25 Oct 2011 10:21:47 +0000</pubDate>
			<dc:creator>mbolivar</dc:creator>
			<guid isPermaLink="false">6971@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;CONN_5X2 is the JTAG connector. The Git commit tagged 'beta' contains the schematics used on the Beta release:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;https://github.com/leaflabs/maplenative/blob/beta/schematicpdfs/conn.ps&#34; rel=&#34;nofollow&#34;&#62;https://github.com/leaflabs/maplenative/blob/beta/schematicpdfs/conn.ps&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Comparing with the layout (mapleNative.brd), viewing from the top is correct (the top left pad is connected to VCC).&#60;/p&#62;
&#60;p&#62;In case you can't conveniently view PostScript, I checked, and there haven't been any changes to that portion of the schematic since then.&#60;/p&#62;
&#60;p&#62;By the way, don't forget to disable JTAG (by calling &#60;a href=&#34;http://leaflabs.com/docs/lang/api/disabledebugports.html&#34;&#62;disableDebugPorts()&#60;/a&#62;) before turning on SPI3.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>robertcook on "Maple native ?"</title>
			<link>http://forums.leaflabs.com/topic.php?id=1118#post-6961</link>
			<pubDate>Mon, 24 Oct 2011 17:44:37 +0000</pubDate>
			<dc:creator>robertcook</dc:creator>
			<guid isPermaLink="false">6961@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;I just got my Maple Native and I'm trying to use SPI3.  The docs suggest that I'll need to tap into the JTAG pads for some of the SPI3 lines.  I don't see any docs that give me great confidence of the JTAG pinout, although I imagine that this one might be right (viewed from the top.)&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;https://github.com/leaflabs/maplenative/blob/master/schematicpdfs/mapleNative-conn.pdf&#34; rel=&#34;nofollow&#34;&#62;https://github.com/leaflabs/maplenative/blob/master/schematicpdfs/mapleNative-conn.pdf&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Does this represent the correct pinout?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mbolivar on "Maple native ?"</title>
			<link>http://forums.leaflabs.com/topic.php?id=1118#post-6922</link>
			<pubDate>Thu, 20 Oct 2011 21:59:12 +0000</pubDate>
			<dc:creator>mbolivar</dc:creator>
			<guid isPermaLink="false">6922@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Also, if by &#34;leave the sram chip out&#34; you mean &#34;turn off the SRAM chip and use internal SRAM only&#34;, then the answer is &#34;sort of&#34;.&#60;/p&#62;
&#60;p&#62;You can definitely disable the FSMC to claim those GPIOs, but the heap is on the SRAM chip by default.  You'll need to tweak the linker script to do this.  Here's the base linker script for the Maple Native:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;https://github.com/leaflabs/libmaple/blob/v0.0.12/support/ld/maple_native/flash.ld&#34; rel=&#34;nofollow&#34;&#62;https://github.com/leaflabs/libmaple/blob/v0.0.12/support/ld/maple_native/flash.ld&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;If you comment out the lines that define &#34;_lm_heap_start&#34; and &#34;_lm_heap_end&#34;, then the heap will live on the internal SRAM and you can use the pins on the FSMC header as regular GPIOs.&#60;/p&#62;
&#60;p&#62;If that's what you mean, this would be a nice addition to the library -- maybe you'd like to send us a &#60;a href=&#34;http://leaflabs.com/docs/libmaple/contributing.html#submitting-via-github-pull-request-preferred&#34;&#62;pull request&#60;/a&#62; with a &#34;flash_no_sram.ld&#34; linker script?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>poslathian on "Maple native ?"</title>
			<link>http://forums.leaflabs.com/topic.php?id=1118#post-6889</link>
			<pubDate>Mon, 17 Oct 2011 11:44:03 +0000</pubDate>
			<dc:creator>poslathian</dc:creator>
			<guid isPermaLink="false">6889@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;I should mention that the re-flashing procedure is the same.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>poslathian on "Maple native ?"</title>
			<link>http://forums.leaflabs.com/topic.php?id=1118#post-6888</link>
			<pubDate>Mon, 17 Oct 2011 11:43:49 +0000</pubDate>
			<dc:creator>poslathian</dc:creator>
			<guid isPermaLink="false">6888@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;a &#34;new&#34; bootloader? The bootloader for maple native does not depend on the SRAM at all, so you should be ok there. Make sure to use the Maple Native bootloader, not the Maple bootloader, as there are some key differences: &#60;a href=&#34;http://static.leaflabs.com/pub/leaflabs/maple-bootloader/&#34; rel=&#34;nofollow&#34;&#62;http://static.leaflabs.com/pub/leaflabs/maple-bootloader/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>house91320 on "Maple native ?"</title>
			<link>http://forums.leaflabs.com/topic.php?id=1118#post-6877</link>
			<pubDate>Sat, 15 Oct 2011 11:16:56 +0000</pubDate>
			<dc:creator>house91320</dc:creator>
			<guid isPermaLink="false">6877@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Ok cool , has anyone tried uploading a new boot loader?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kaipyroami on "Maple native ?"</title>
			<link>http://forums.leaflabs.com/topic.php?id=1118#post-6874</link>
			<pubDate>Sat, 15 Oct 2011 01:33:20 +0000</pubDate>
			<dc:creator>kaipyroami</dc:creator>
			<guid isPermaLink="false">6874@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;I have a native and I program it just like the standard maple without flashing the sram.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>house91320 on "Maple native ?"</title>
			<link>http://forums.leaflabs.com/topic.php?id=1118#post-6873</link>
			<pubDate>Fri, 14 Oct 2011 23:55:32 +0000</pubDate>
			<dc:creator>house91320</dc:creator>
			<guid isPermaLink="false">6873@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;I am working on a project were I am embedding a maple, the problem I am having is I don't have enough i/o. Well the new maple native solves this problem. The questions I am having are, can I leave the sram chip out, I assume I can I just want to make sure, second can I program the bootloader with the same proses?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
