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

		<item>
			<title>gbulmer on "IDE for STM32F100C8"</title>
			<link>http://forums.leaflabs.com/topic.php?id=9356&amp;page=2#post-21651</link>
			<pubDate>Thu, 13 Dec 2012 10:49:02 +0000</pubDate>
			<dc:creator>gbulmer</dc:creator>
			<guid isPermaLink="false">21651@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;lance_smith534 - As I have pointed out, e.g.&#60;br /&#62;
&#60;a href=&#34;http://forums.leaflabs.com/topic.php?id=9356#post-21143&#34; rel=&#34;nofollow&#34;&#62;http://forums.leaflabs.com/topic.php?id=9356#post-21143&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://forums.leaflabs.com/topic.php?id=9356#post-20626&#34; rel=&#34;nofollow&#34;&#62;http://forums.leaflabs.com/topic.php?id=9356#post-20626&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://forums.leaflabs.com/topic.php?id=9356#post-21149&#34; rel=&#34;nofollow&#34;&#62;http://forums.leaflabs.com/topic.php?id=9356#post-21149&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://forums.leaflabs.com/topic.php?id=9356#post-21200&#34; rel=&#34;nofollow&#34;&#62;http://forums.leaflabs.com/topic.php?id=9356#post-21200&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://forums.leaflabs.com/topic.php?id=9356#post-21212&#34; rel=&#34;nofollow&#34;&#62;http://forums.leaflabs.com/topic.php?id=9356#post-21212&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The MAPLE BOOTLOADER WILL NOT WORK ON YOUR BOARD.&#60;/p&#62;
&#60;p&#62;So please stop trying to load it, or asking about how to load it.&#60;/p&#62;
&#60;p&#62;Documentation on using that MCU are at &#60;a href=&#34;http://www.st.com/internet/mcu/product/216839.jsp&#34; rel=&#34;nofollow&#34;&#62;http://www.st.com/internet/mcu/product/216839.jsp&#60;/a&#62;&#60;br /&#62;
for example look:&#60;br /&#62;
&#60;a href=&#34;http://www.st.com/internet/com/TECHNICAL_RESOURCES/TECHNICAL_LITERATURE/APPLICATION_NOTE/CD00167594.pdf&#34; rel=&#34;nofollow&#34;&#62;http://www.st.com/internet/com/TECHNICAL_RESOURCES/TECHNICAL_LITERATURE/APPLICATION_NOTE/CD00167594.pdf&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.st.com/internet/com/TECHNICAL_RESOURCES/TECHNICAL_LITERATURE/APPLICATION_NOTE/CD00264342.pdf&#34; rel=&#34;nofollow&#34;&#62;http://www.st.com/internet/com/TECHNICAL_RESOURCES/TECHNICAL_LITERATURE/APPLICATION_NOTE/CD00264342.pdf&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;These should explain how the ST Manufactured-in bootloader works for your chip.&#60;/p&#62;
&#60;p&#62;The first step in Setup &#60;a href=&#34;http://leaflabs.com/docs/bootloader.html#setup&#34; rel=&#34;nofollow&#34;&#62;http://leaflabs.com/docs/bootloader.html#setup&#60;/a&#62;&#60;br /&#62;
will load ANY BINARY PROGRAM, not just a bootloader.&#60;br /&#62;
Pretend that the program you have written and built is a booloader.&#60;br /&#62;
So wherever those setup instructions say 'bootloader' substitute 'my program'&#60;br /&#62;
Wherever it says 'bootloader binary' substitute the words 'my compiled, linked, ready to load program'.&#60;/p&#62;
&#60;p&#62;I am confident that Keil supports building freestanding programs, that do not need a special bootloader, for the STM32F100C8.&#60;br /&#62;
So compile and link a program using Keil, by &#60;em&#62;following the Keil documentation&#60;/em&#62;.&#60;/p&#62;
&#60;p&#62;How about you contact the company who sold you the board, and ask them for help? They should be able to give you definitive advice. Does that seem a reasonable approach?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>lance_smith534 on "IDE for STM32F100C8"</title>
			<link>http://forums.leaflabs.com/topic.php?id=9356&amp;page=2#post-21632</link>
			<pubDate>Thu, 13 Dec 2012 01:10:30 +0000</pubDate>
			<dc:creator>lance_smith534</dc:creator>
			<guid isPermaLink="false">21632@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;i have read the instruction in &#60;a href=&#34;http://leaflabs.com/docs/bootloader.html#setup&#34; rel=&#34;nofollow&#34;&#62;http://leaflabs.com/docs/bootloader.html#setup&#60;/a&#62; .i was confused in step 1. do i have to obtain the binary bootloader from Maple or not?..what steps should I follow or not in the setup?.. im using the keil uVision software for debugging.. please help me..
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gbulmer on "IDE for STM32F100C8"</title>
			<link>http://forums.leaflabs.com/topic.php?id=9356#post-21212</link>
			<pubDate>Wed, 21 Nov 2012 08:00:40 +0000</pubDate>
			<dc:creator>gbulmer</dc:creator>
			<guid isPermaLink="false">21212@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;lance_smith534 - &#60;em&#62;I have a flash loader demonstrator for st, is that the same with the Maple bootloader?.&#60;/em&#62;&#60;br /&#62;
I don't really understand what you are asking, so probably not.&#60;/p&#62;
&#60;p&#62;Do you understand what as bootloader is?&#60;br /&#62;
&#60;a href=&#34;http://en.wikipedia.org/wiki/Booting&#34; rel=&#34;nofollow&#34;&#62;http://en.wikipedia.org/wiki/Booting&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Do you understand that the ST manufactured-in bootloader is different from the LeafLabs developed Maple bootloader?&#60;br /&#62;
Do you understand that the LeafLabs developed Maple bootloader won't run on the STM32F100 because the STM32F100 has no USB hardware peripheral?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>lance_smith534 on "IDE for STM32F100C8"</title>
			<link>http://forums.leaflabs.com/topic.php?id=9356#post-21204</link>
			<pubDate>Tue, 20 Nov 2012 20:41:08 +0000</pubDate>
			<dc:creator>lance_smith534</dc:creator>
			<guid isPermaLink="false">21204@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;I have a flash loader demonstrator for st, is that the same with the Maple bootloader?.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gbulmer on "IDE for STM32F100C8"</title>
			<link>http://forums.leaflabs.com/topic.php?id=9356#post-21200</link>
			<pubDate>Tue, 20 Nov 2012 10:32:04 +0000</pubDate>
			<dc:creator>gbulmer</dc:creator>
			<guid isPermaLink="false">21200@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;lance_smith534 - &#60;em&#62;&#34;what do you mean the of technique?&#34;&#60;/em&#62;&#60;/p&#62;
&#60;p&#62;technique: &#60;a href=&#34;http://en.wiktionary.org/wiki/technique&#34; rel=&#34;nofollow&#34;&#62;http://en.wiktionary.org/wiki/technique&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;All STM32F's have a bootloader stored in ROM, it is manufactured-in by ST Micro.&#60;br /&#62;
STM32F100's can upload a program over USART1 using that manufactured-in bootloader. &#60;/p&#62;
&#60;p&#62;Using that manufactured-in bootloader is an example of a technique, in this case a technique for uploading a program into any STM32F.&#60;/p&#62;
&#60;p&#62;The e-gizmo page you linked to says the on board USB to USART bridge (looks like an FTDI USB-to-USART) can be used for ISP (In System Programming), so I assume it is able to do that.&#60;/p&#62;
&#60;p&#62;&#60;em&#62;&#34;,is that the setup?. do you mean i will follow the setup?&#34;&#60;/em&#62;&#60;br /&#62;
Yes, you will follow the instructions at &#60;a href=&#34;http://leaflabs.com/docs/bootloader.html#setup&#34; rel=&#34;nofollow&#34;&#62;http://leaflabs.com/docs/bootloader.html#setup&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The change is you would not upload a Maple bootloader, which will not work, but would upload your own programs.&#60;/p&#62;
&#60;p&#62;BUT Maple programs depend on the Maple bootloader and libmaple, so you will need to understand how to build programs for the stm32f100. &#60;/p&#62;
&#60;p&#62;One way forward is to download the STM32f100 code from ST Micro, and use the compiler, linker etc packaged within the Maple IDE to build a program for yur board, and use the technique described at &#60;a href=&#34;http://leaflabs.com/docs/bootloader.html#setup&#34; rel=&#34;nofollow&#34;&#62;http://leaflabs.com/docs/bootloader.html#setup&#60;/a&#62; to upload it.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>lance_smith534 on "IDE for STM32F100C8"</title>
			<link>http://forums.leaflabs.com/topic.php?id=9356#post-21191</link>
			<pubDate>Tue, 20 Nov 2012 01:11:15 +0000</pubDate>
			<dc:creator>lance_smith534</dc:creator>
			<guid isPermaLink="false">21191@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;what do you mean the of technique?,is that the setup?. do you mean i will follow the setup?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gbulmer on "IDE for STM32F100C8"</title>
			<link>http://forums.leaflabs.com/topic.php?id=9356#post-21149</link>
			<pubDate>Sun, 18 Nov 2012 20:43:54 +0000</pubDate>
			<dc:creator>gbulmer</dc:creator>
			<guid isPermaLink="false">21149@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;lance_smith534 - That board looks like it has an FTDI USB-to-serial for upload. &#60;/p&#62;
&#60;p&#62;You could use the same technique as LeafLabs describe for &#60;a href=&#34;http://leaflabs.com/docs/bootloader.html#flashing-a-custom-bootloader&#34;&#62;flashing a custom bootloader&#60;/a&#62;. That board won't run the Maple bootloader, but the upload technique uses a manufactured-in bootloader which all STM32's support, and so that technique will allow you to upload normal programs to the board.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>lance_smith534 on "IDE for STM32F100C8"</title>
			<link>http://forums.leaflabs.com/topic.php?id=9356#post-21148</link>
			<pubDate>Sun, 18 Nov 2012 19:58:03 +0000</pubDate>
			<dc:creator>lance_smith534</dc:creator>
			<guid isPermaLink="false">21148@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;this is the site &#60;a href=&#34;http://www.e-gizmo.com/KIT/STM32.html&#34; rel=&#34;nofollow&#34;&#62;http://www.e-gizmo.com/KIT/STM32.html&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Edit (GB): Thank you for updating this. I've inserted it into to your earlier post.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gbulmer on "IDE for STM32F100C8"</title>
			<link>http://forums.leaflabs.com/topic.php?id=9356#post-21143</link>
			<pubDate>Sun, 18 Nov 2012 10:26:02 +0000</pubDate>
			<dc:creator>gbulmer</dc:creator>
			<guid isPermaLink="false">21143@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;lance_smith534 - The Maple IDE contains several components, as described here: &#60;a href=&#34;http://forums.leaflabs.com/topic.php?id=9522#post-20974&#34; rel=&#34;nofollow&#34;&#62;http://forums.leaflabs.com/topic.php?id=9522#post-20974&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Some of them will work. However the Upload will not work (you need to fix that), the Maple bootloader will not work (there is no USB on the STM32F100), and some of the startup code and libraries will need modifying.&#60;/p&#62;
&#60;p&#62;You may make more progress by using the code published by ST for that MCU, and getting a free version of one of the commercial IDE's in order to get familiar with the board.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>lance_smith534 on "IDE for STM32F100C8"</title>
			<link>http://forums.leaflabs.com/topic.php?id=9356#post-21141</link>
			<pubDate>Sun, 18 Nov 2012 09:37:05 +0000</pubDate>
			<dc:creator>lance_smith534</dc:creator>
			<guid isPermaLink="false">21141@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;I mean the construction and pins of the board are more likely the same with cortino but the chip is C8. I bought the board from this site &#60;a href=&#34;http://www.e-gizmo.com/KIT/STM32.html&#34; rel=&#34;nofollow&#34;&#62;http://www.e-gizmo.com/KIT/STM32.html&#60;/a&#62;. It board has a USB. I dont know if it is ok to use the Maple IDE for that board.. im finding a way how to upload the code from maple IDE..&#60;br /&#62;
do you have any suggestion or instruction how?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bubulindo on "IDE for STM32F100C8"</title>
			<link>http://forums.leaflabs.com/topic.php?id=9356#post-21111</link>
			<pubDate>Fri, 16 Nov 2012 10:21:39 +0000</pubDate>
			<dc:creator>bubulindo</dc:creator>
			<guid isPermaLink="false">21111@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;This cortino? &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.bugblat.com/products/cor.html&#34; rel=&#34;nofollow&#34;&#62;http://www.bugblat.com/products/cor.html&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;In their website, there's no reference to the C8 chip... as you can see below. &#60;/p&#62;
&#60;p&#62;&#34;In summary, the three variants are:&#60;/p&#62;
&#60;p&#62;Cortino3RE, with a 72MHz STM32F103RE - 512KB Flash ROM and 64KB RAM&#60;br /&#62;
Cortino3RB, with a 72MHz STM32F103RB - 128KB Flash ROM and 20KB RAM&#60;br /&#62;
Cortino1R6, with a 36MHz STM32F101R6 - 32KB Flash ROM and 6KB RAM, USB only&#34;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>lance_smith534 on "IDE for STM32F100C8"</title>
			<link>http://forums.leaflabs.com/topic.php?id=9356#post-21102</link>
			<pubDate>Fri, 16 Nov 2012 04:32:49 +0000</pubDate>
			<dc:creator>lance_smith534</dc:creator>
			<guid isPermaLink="false">21102@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;the board of stm32f100c8 is arduino like board,it has pins like cortino,have you ever heard that?..every,its a clone to arduino boards.it has
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bubulindo on "IDE for STM32F100C8"</title>
			<link>http://forums.leaflabs.com/topic.php?id=9356#post-20720</link>
			<pubDate>Thu, 01 Nov 2012 02:26:39 +0000</pubDate>
			<dc:creator>bubulindo</dc:creator>
			<guid isPermaLink="false">20720@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;yeah, it looks very sweet. &#60;/p&#62;
&#60;p&#62;I'll be in Korea in December and am hoping that I can get one cheaper there as Wiznet is Korean.&#60;br /&#62;
We'll see, I'll let you know if I find them cheaper there.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gbulmer on "IDE for STM32F100C8"</title>
			<link>http://forums.leaflabs.com/topic.php?id=9356#post-20711</link>
			<pubDate>Wed, 31 Oct 2012 20:53:54 +0000</pubDate>
			<dc:creator>gbulmer</dc:creator>
			<guid isPermaLink="false">20711@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;bubulindo - that W5200E01-M3 looks like a real hoot. I'd like one of those to experiment with.&#60;/p&#62;
&#60;p&#62;Sadly, Future are listing it as $99, which is a bit steep (and they have none in stock):&#60;br /&#62;
&#60;a href=&#34;http://www.futureelectronics.com/en/technologies/development-tools/rf-wireless/Pages/9008619-W5200E01-M3.aspx?IM=0&#34; rel=&#34;nofollow&#34;&#62;http://www.futureelectronics.com/en/technologies/development-tools/rf-wireless/Pages/9008619-W5200E01-M3.aspx?IM=0&#60;/a&#62;&#60;br /&#62;
and Jameco list for $124.95:&#60;br /&#62;
&#60;a href=&#34;http://www.jameco.com/webapp/wcs/stores/servlet/ProductDisplay?freeText=W5200E01-M3&#38;amp;langId=-1&#38;amp;storeId=10001&#38;amp;productId=2132592&#38;amp;search_type=jamecoall&#38;amp;catalogId=10001&#38;amp;ddkey=http:StoreCatalogDrillDownView&#34; rel=&#34;nofollow&#34;&#62;http://www.jameco.com/webapp/wcs/stores/servlet/ProductDisplay?freeText=W5200E01-M3&#38;amp;langId=-1&#38;amp;storeId=10001&#38;amp;productId=2132592&#38;amp;search_type=jamecoall&#38;amp;catalogId=10001&#38;amp;ddkey=http:StoreCatalogDrillDownView&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bubulindo on "IDE for STM32F100C8"</title>
			<link>http://forums.leaflabs.com/topic.php?id=9356#post-20694</link>
			<pubDate>Wed, 31 Oct 2012 10:55:43 +0000</pubDate>
			<dc:creator>bubulindo</dc:creator>
			<guid isPermaLink="false">20694@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;I was looking at that processor that comes in one of the Wiznet development boards and thought the same. &#60;/p&#62;
&#60;p&#62;Wiznet does a board with that processor that is quite interesting: &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.wiznet.co.kr/Sub_Modules/en/product/Product_Detail.asp?cate1=5&#38;amp;cate2=7&#38;amp;cate3=56&#38;amp;pid=1151#tab&#34; rel=&#34;nofollow&#34;&#62;http://www.wiznet.co.kr/Sub_Modules/en/product/Product_Detail.asp?cate1=5&#38;amp;cate2=7&#38;amp;cate3=56&#38;amp;pid=1151#tab&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Is this what you're thinking about using?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
