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

		<item>
			<title>poslathian on "Maple board stuck ?"</title>
			<link>http://forums.leaflabs.com/topic.php?id=1074#post-6613</link>
			<pubDate>Mon, 26 Sep 2011 08:32:16 +0000</pubDate>
			<dc:creator>poslathian</dc:creator>
			<guid isPermaLink="false">6613@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;PsyKo,&#60;br /&#62;
 I apologize that you were having problems. The good news is, since you are running perpetual bootloader mode (seeing the blinks) then your board is electrically functional. Further, neither the LED turning off nor the lack of serial port would indicate an assert or hard fault ( a hard fault/assert will cause the LED to fade, not blink, in and out rapidly ). &#60;/p&#62;
&#60;p&#62;The Serial Port will NOT appear in bootloader mode, as program code is NOT uploaded over serial. It is uploaded over a different USB protocol known as DFU. The IDE knows this, and if you try and upload a sketch while in perpetual bootloader mode, the IDE will simply report &#34;no serial port found ... trying anyway over DFU&#34;&#60;/p&#62;
&#60;p&#62;It may have been that you had the wrong board selected from the tools-&#38;gt;boards menu, can you verify that you had Maple r5 selected? &#60;/p&#62;
&#60;p&#62;try this code - if the led stays lit, then it means your code was uploaded succesfully. Remember, the serial port will not appear until Maple is running user code successfully. &#60;/p&#62;
&#60;p&#62;`&#60;br /&#62;
void setup() {&#60;br /&#62;
   pinMode(BOARD_LED_PIN,OUTPUT);&#60;br /&#62;
   digitalWrite(BOARD_LED_PIN,HIGH);&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;void loop() {&#60;br /&#62;
}
&#60;/p&#62;</description>
		</item>
		<item>
			<title>PsyKo on "Maple board stuck ?"</title>
			<link>http://forums.leaflabs.com/topic.php?id=1074#post-6609</link>
			<pubDate>Mon, 26 Sep 2011 05:51:14 +0000</pubDate>
			<dc:creator>PsyKo</dc:creator>
			<guid isPermaLink="false">6609@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I'm having a Maple r5 board and tried to use it.&#60;br /&#62;
I did follow the installation guide and manage to install the digital blink example from the IDE. It turned out it didn't work. The board turns off after few (2 or 3) seconds.&#60;br /&#62;
I modified it to have en empty loop, but couldn't upload it (no serial port seen when the USB wire was plugged). So I removed the Serial driver, and try to reinstall it. But never succeeded. My board is now in perpetual boot mode, and as soon as I try to switch to normal mode, the board turns off after few seconds (because user code generates assert I guess): this is not enough for Windows to install the drivers.&#60;/p&#62;
&#60;p&#62;So now I'm stuck in perpetual boot mode, with my USB wire plugged, but no serial port available. What can I do to solve the issue ?&#60;br /&#62;
Do I have to flash my board ? &#60;/p&#62;
&#60;p&#62;Thanks for your help,&#60;br /&#62;
Psyk'
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
