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

		<item>
			<title>tormod on "My bootloader is gone"</title>
			<link>http://forums.leaflabs.com/topic.php?id=74417#post-105661</link>
			<pubDate>Sun, 22 Feb 2015 04:44:05 +0000</pubDate>
			<dc:creator>tormod</dc:creator>
			<guid isPermaLink="false">105661@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Generally when fighting with serial connections, double-check that RX and TX are crossed correctly. Heck, I even try swapping them after double-checking, because there are many devices which label them wrongly.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>rogerclark on "My bootloader is gone"</title>
			<link>http://forums.leaflabs.com/topic.php?id=74417#post-105657</link>
			<pubDate>Fri, 20 Feb 2015 20:36:13 +0000</pubDate>
			<dc:creator>rogerclark</dc:creator>
			<guid isPermaLink="false">105657@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;The most likely reason that you can't upload the bootloader is that Boot1 on the maple board is floating.&#60;/p&#62;
&#60;p&#62;Connect that pin to GND and try again&#60;/p&#62;
&#60;p&#62;Also. Download the STM &#34;Flash Loader Demonstrator&#34; if you are running windows, as its got a better UI and does the same job, i.e it will let you upload a binary&#60;/p&#62;
&#60;p&#62;I'd also recommend that you go onto the Arduino forum &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://forum.arduino.cc/index.php?topic=265904.new#new&#34; rel=&#34;nofollow&#34;&#62;http://forum.arduino.cc/index.php?topic=265904.new#new&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;As we now have a active community for Maple on there. Which for some reason people don't know exists.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jwaldorf2 on "My bootloader is gone"</title>
			<link>http://forums.leaflabs.com/topic.php?id=74417#post-105652</link>
			<pubDate>Wed, 18 Feb 2015 00:59:40 +0000</pubDate>
			<dc:creator>jwaldorf2</dc:creator>
			<guid isPermaLink="false">105652@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Update:&#60;br /&#62;
So I went back to this page talking about how to reload your bootloader:&#60;br /&#62;
&#60;a href=&#34;http://leaflabs.com/docs/bootloader.html&#34; rel=&#34;nofollow&#34;&#62;http://leaflabs.com/docs/bootloader.html&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;One of the members describes the process for using an arduino to act as your serial connection. Here's the process I've followed.&#60;/p&#62;
&#60;p&#62;1.) Removed the jumpers from the USB power so the board can be powered from 3.3V.&#60;br /&#62;
2.) Connected the Arduino Uno's TX and RX pins (1 &#38;amp; 0) to the maple's TX and RX pins (7 &#38;amp; 8).&#60;br /&#62;
3.) Connected the Uno's ground to the maple's ground.&#60;br /&#62;
4.) Held down BUT as I plugged in the 3.3V from the Uno to the Maple's Vin pin.&#60;br /&#62;
5.) Ran the python script  python stm32loader.py -p COM9 -evw maple_boot.bin&#60;/p&#62;
&#60;p&#62;When I do this I receive the error &#34;Can't init Ensure that BOOT0 is enabled and reset device&#34;&#60;/p&#62;
&#60;p&#62;I've tried holding down BUT and pressing reset then releasing BUT all while everything was connected but I keep getting that same error.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jwaldorf2 on "My bootloader is gone"</title>
			<link>http://forums.leaflabs.com/topic.php?id=74417#post-105651</link>
			<pubDate>Tue, 17 Feb 2015 23:24:37 +0000</pubDate>
			<dc:creator>jwaldorf2</dc:creator>
			<guid isPermaLink="false">105651@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;I'm a student working on a lab assignment relating to memory and we were supposed to read/write to flash to see just how much usable space our board actually provides. After reading this post:&#60;br /&#62;
&#60;a href=&#34;http://forums.leaflabs.com/topic.php?id=146&#34; rel=&#34;nofollow&#34;&#62;http://forums.leaflabs.com/topic.php?id=146&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;and reviewing the source code from the pages it provided I thought I got it working but I miss read the flag that I needed to use and cleared my entire Flash memory. My device no longer shows up at all in Device manager. I've tried following the instructions here:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://leaflabs.com/docs/bootloader.html&#34; rel=&#34;nofollow&#34;&#62;http://leaflabs.com/docs/bootloader.html&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;but since my device is not being recognized anymore I get an error when I try to run the Python script. &#60;/p&#62;
&#60;p&#62;Any advice?&#60;/p&#62;
&#60;p&#62;I'm running a Maple board r5&#60;br /&#62;
Windows 7 x64.&#60;/p&#62;
&#60;p&#62;I had all the drivers and everything working before I bricked it.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
