<?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: Bootloader compatible with higher pincount?</title>
		<link>http://forums.leaflabs.com/topic.php?id=1610</link>
		<description>A place to share, learn, and grow...</description>
		<language>en-US</language>
		<pubDate>Sun, 19 May 2013 09:09:42 +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=1610" rel="self" type="application/rss+xml" />

		<item>
			<title>siy on "Bootloader compatible with higher pincount?"</title>
			<link>http://forums.leaflabs.com/topic.php?id=1610#post-10383</link>
			<pubDate>Fri, 27 Apr 2012 03:33:41 +0000</pubDate>
			<dc:creator>siy</dc:creator>
			<guid isPermaLink="false">10383@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;@wattsohn, OK, I'll try to rewrite my answer in more details. As long as we're talking about STM32F103, there are two parts of bootloader which may differ depending on particular board - USB disconnect functionality and device-specific differences. Device-specific differences do not depend on pin count, but depend on device type - low, medium and high density. In other words, device with, for example, 512K flash (high density) will be identical from the point of view of bootloader code and it does not matter how many pins in package. So, if you're trying to select proper bootloader among existing ones, then first you need is to find the board which uses MCU with same amount of flash. Then you should check if USB disconnect pin at this board connected to same GPIO as in your board. If both these parameters match, then bootloader will work with your board. If there are is no suitable board, then you can take bootloader code and tweak it to make it match your hardware. Just update disconnect pin definitions and linker script for flash size and you'll get bootloader for your board.&#60;/p&#62;
&#60;p&#62;Forgot to mention: if your board has completely different LED and BUT pins you'll also need to update wiring code in order to make your board work in IDE. But this is another part of the picture.&#60;/p&#62;
&#60;p&#62;So, if you're only designing your board, simplest way to reuse existing bootloader and make sure that everything will work, just wire up disconnect and BUT pins to same GPIO pins as at board which uses MCU closest by flash size to one you're plan to use.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>wattsohn on "Bootloader compatible with higher pincount?"</title>
			<link>http://forums.leaflabs.com/topic.php?id=1610#post-10381</link>
			<pubDate>Fri, 27 Apr 2012 03:24:36 +0000</pubDate>
			<dc:creator>wattsohn</dc:creator>
			<guid isPermaLink="false">10381@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;@Sir , yeah i tought about that but u know humain beain is lazy ;) so i was looking for a easy way to get over it. Actually i would have to follow ur suggestion. Thx
&#60;/p&#62;</description>
		</item>
		<item>
			<title>wattsohn on "Bootloader compatible with higher pincount?"</title>
			<link>http://forums.leaflabs.com/topic.php?id=1610#post-10380</link>
			<pubDate>Fri, 27 Apr 2012 02:28:14 +0000</pubDate>
			<dc:creator>wattsohn</dc:creator>
			<guid isPermaLink="false">10380@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Well you migh be rigth, but at the end of the day. my question is about&#60;br /&#62;
the bootload, IDE, compiler,... compatibility between the STM32 F103Z and&#60;br /&#62;
the original Maple bootloader.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>siy on "Bootloader compatible with higher pincount?"</title>
			<link>http://forums.leaflabs.com/topic.php?id=1610#post-10379</link>
			<pubDate>Fri, 27 Apr 2012 02:27:17 +0000</pubDate>
			<dc:creator>siy</dc:creator>
			<guid isPermaLink="false">10379@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;@wattsohn, you can take bootloader sources and tweak to make it work with your board. Since you're going to use high density device, probably Maple Native or Maple RET6 edition bootloader will be better starting point in this case. Once you'll have bootloader working, you can add definition for your board in Maple IDE.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ala42 on "Bootloader compatible with higher pincount?"</title>
			<link>http://forums.leaflabs.com/topic.php?id=1610#post-10373</link>
			<pubDate>Thu, 26 Apr 2012 18:30:57 +0000</pubDate>
			<dc:creator>ala42</dc:creator>
			<guid isPermaLink="false">10373@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;There is no such CPU. The 'R' behind 103 stands for 64 pins, 'V' is 100 pins, 'Z' 144 pins, so the CPU name must start with STM32103Z. It looks like all available devices are high density devices, so the next letter is at least 'C' for 256KB flash.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>wattsohn on "Bootloader compatible with higher pincount?"</title>
			<link>http://forums.leaflabs.com/topic.php?id=1610#post-10364</link>
			<pubDate>Thu, 26 Apr 2012 11:19:16 +0000</pubDate>
			<dc:creator>wattsohn</dc:creator>
			<guid isPermaLink="false">10364@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;I currently develop a PCB compatible with Maple, but with additional functionality. For this I need to replace the STM32F103RBT (LQFP-64; 128kB Flash) with a STM32F103RZT (LQFP-144; 128kB Flash). Is this device (only more pins) compatible with the original Maple bootloader, IDE, compiler,...? For your help thanks a lot in advance!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
