<?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: OLIMEX STM32-H103 and the STM32 built-in bootloader</title>
		<link>http://forums.leaflabs.com/topic.php?id=10097</link>
		<description>A place to share, learn, and grow...</description>
		<language>en-US</language>
		<pubDate>Fri, 22 Jan 2016 00:16:08 +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=10097" rel="self" type="application/rss+xml" />

		<item>
			<title>torfbolt on "OLIMEX STM32-H103 and the STM32 built-in bootloader"</title>
			<link>http://forums.leaflabs.com/topic.php?id=10097#post-22716</link>
			<pubDate>Wed, 06 Mar 2013 05:12:17 +0000</pubDate>
			<dc:creator>torfbolt</dc:creator>
			<guid isPermaLink="false">22716@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Guys, I hope I can save you some trouble. When I added libmaple support for the STM32_H103 board, I also hacked the libmaple bootloader to run on this board. I just didnt get to uploading it, but now you find the code in my github branch:&#60;br /&#62;
&#60;a href=&#34;https://github.com/torfbolt/maple-bootloader/tree/olimex_stm32_h103&#34; rel=&#34;nofollow&#34;&#62;https://github.com/torfbolt/maple-bootloader/tree/olimex_stm32_h103&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;You can just flash it via JTAG (or maybe the embedded serial boot loader) and then upload your programs via DFU. I haven't tested the Maple IDE, but the board should behave like any other Maple.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ventosus on "OLIMEX STM32-H103 and the STM32 built-in bootloader"</title>
			<link>http://forums.leaflabs.com/topic.php?id=10097#post-22295</link>
			<pubDate>Wed, 06 Feb 2013 14:39:30 +0000</pubDate>
			<dc:creator>ventosus</dc:creator>
			<guid isPermaLink="false">22295@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;I've tried to patch in the olimex_stm32_h103 specific files into the IDE. Blinky has compiled successfully, but I have no access right now to the board so could not upload and test it.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://pastebin.com/D07Vtwgn&#34; rel=&#34;nofollow&#34;&#62;http://pastebin.com/D07Vtwgn&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;p.s. another possibility to use the unix tool chain on windows is to install cygwin and just pretend to be a unix ;-) I'll put than in another wiki page.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>crenn on "OLIMEX STM32-H103 and the STM32 built-in bootloader"</title>
			<link>http://forums.leaflabs.com/topic.php?id=10097#post-22284</link>
			<pubDate>Wed, 06 Feb 2013 06:45:35 +0000</pubDate>
			<dc:creator>crenn</dc:creator>
			<guid isPermaLink="false">22284@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;This might help you: &#60;a href=&#34;http://static.leaflabs.com/pub/leaflabs/maple-docs/snapshots/2012-09-04/unix-toolchain-win-setup.html#unix-toolchain-win-setup&#34; rel=&#34;nofollow&#34;&#62;http://static.leaflabs.com/pub/leaflabs/maple-docs/snapshots/2012-09-04/unix-toolchain-win-setup.html#unix-toolchain-win-setup&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>chris1howell83 on "OLIMEX STM32-H103 and the STM32 built-in bootloader"</title>
			<link>http://forums.leaflabs.com/topic.php?id=10097#post-22283</link>
			<pubDate>Tue, 05 Feb 2013 18:52:13 +0000</pubDate>
			<dc:creator>chris1howell83</dc:creator>
			<guid isPermaLink="false">22283@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Yes, unfortunately I am using the latest IDE on Windows. I recently moved up to Maple from Arduino. I was hoping to write the processing style code in the Maple IDE, compile and then upload the resulting binary file with a FTDI using the python Serial script.&#60;/p&#62;
&#60;p&#62;I was hoping it would be as simple as adding a few lines in the boards.txt file to get the binary output file which could be loaded via the built in bootloader.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ventosus on "OLIMEX STM32-H103 and the STM32 built-in bootloader"</title>
			<link>http://forums.leaflabs.com/topic.php?id=10097#post-22281</link>
			<pubDate>Tue, 05 Feb 2013 14:45:37 +0000</pubDate>
			<dc:creator>ventosus</dc:creator>
			<guid isPermaLink="false">22281@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Those are environment variables, I use the unix toolchain and set the variables in my shell session.&#60;/p&#62;
&#60;p&#62;Do you use the IDE? the support for this board into libmaple got included after the 0.0.12 release.&#60;/p&#62;
&#60;p&#62;One can patch in the missing board specific files into the IDE (and edit a couple of other files...), if you don't know how to go about it I can come up with a patch for you&#60;/p&#62;
&#60;p&#62;Depending on your OS, I'd rather recommend to use the unix toolchain with the most recent version of libmaple from github, no patching required ;-)&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://leaflabs.com/docs/unix-toolchain.html&#34; rel=&#34;nofollow&#34;&#62;http://leaflabs.com/docs/unix-toolchain.html&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>chris1howell83 on "OLIMEX STM32-H103 and the STM32 built-in bootloader"</title>
			<link>http://forums.leaflabs.com/topic.php?id=10097#post-22276</link>
			<pubDate>Tue, 05 Feb 2013 11:48:33 +0000</pubDate>
			<dc:creator>chris1howell83</dc:creator>
			<guid isPermaLink="false">22276@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Great Wiki. Exactly what I have been looking for. Just 1 question. Where do you set:&#60;/p&#62;
&#60;p&#62;BOARD=olimex_stm32_h103&#60;br /&#62;
MEMORY_TARGET=jtag&#60;/p&#62;
&#60;p&#62;Are there any other files that need to be added modified to add support for the olimex_stm32_h103?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>feurig on "OLIMEX STM32-H103 and the STM32 built-in bootloader"</title>
			<link>http://forums.leaflabs.com/topic.php?id=10097#post-21978</link>
			<pubDate>Sat, 12 Jan 2013 15:48:53 +0000</pubDate>
			<dc:creator>feurig</dc:creator>
			<guid isPermaLink="false">21978@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Nice work!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ventosus on "OLIMEX STM32-H103 and the STM32 built-in bootloader"</title>
			<link>http://forums.leaflabs.com/topic.php?id=10097#post-21975</link>
			<pubDate>Sat, 12 Jan 2013 05:12:25 +0000</pubDate>
			<dc:creator>ventosus</dc:creator>
			<guid isPermaLink="false">21975@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;The STM32-H103 has a nice form factor of 61 x 34mm (2.4 x 1.3&#34;). The right board if you need something more slim than a Maple with more pins broken out than the Maple Mini.&#60;/p&#62;
&#60;p&#62;I've added a small wiki entry on how to program the board via the STM32 embedded serial boot loader if you don't happen to have a JTAG at hand.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://wiki.leaflabs.com/index.php?title=OLIMEX_STM32-H103_and_the_STM32_built-in_bootloader&#34; rel=&#34;nofollow&#34;&#62;http://wiki.leaflabs.com/index.php?title=OLIMEX_STM32-H103_and_the_STM32_built-in_bootloader&#60;/a&#62;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
