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

		<item>
			<title>ianmga on "Running non-libmaple binaries"</title>
			<link>http://forums.leaflabs.com/topic.php?id=594#post-3290</link>
			<pubDate>Tue, 04 Jan 2011 02:00:30 +0000</pubDate>
			<dc:creator>ianmga</dc:creator>
			<guid isPermaLink="false">3290@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Success at last! I set the SCB-&#38;gt;VTOR=0x8005000 or 0x20000C00 at the very beginning of main() and that did it so I thought this was missing from the bootloader. Alas, adding it to the bootloader didn't fix the problem, and it turned out that the ST library sets SCB-&#38;gt;VTOR during SysInit (between bootloader and main). &#60;/p&#62;
&#60;p&#62;So there, setting this value correctly during the initialization will let you use Maple bootloader with dfu-util to load any binaries.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ianmga on "Running non-libmaple binaries"</title>
			<link>http://forums.leaflabs.com/topic.php?id=594#post-3288</link>
			<pubDate>Mon, 03 Jan 2011 21:50:25 +0000</pubDate>
			<dc:creator>ianmga</dc:creator>
			<guid isPermaLink="false">3288@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Where in the bootloader or the library is the vector table pointer (SCB_VTOR) set to the actual vector table? I can't find it anywhere.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ianmga on "Running non-libmaple binaries"</title>
			<link>http://forums.leaflabs.com/topic.php?id=594#post-3281</link>
			<pubDate>Sun, 02 Jan 2011 17:38:58 +0000</pubDate>
			<dc:creator>ianmga</dc:creator>
			<guid isPermaLink="false">3281@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Is it possible to use the Maple bootloader to load non-libmaple binaries?&#60;/p&#62;
&#60;p&#62;I am building (after porting) the ST library examples with Keil into binaries and load them to 0x80005000 with the Maple booloader and dfu-util. The basic blinky light works but the UART one does not when I enable RX interrupts. However, when I target it to 0x80000000 and flash it with the serial bootloader the UART example works fine, so my guess is that I am doing something wrong with the interrupt vector table.&#60;/p&#62;
&#60;p&#62;Is there something special about the way the bootloader handles the vector table or does it look like it's something on my side (very possible!)?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
