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

		<item>
			<title>poslathian on "errors"</title>
			<link>http://forums.leaflabs.com/topic.php?id=617#post-3475</link>
			<pubDate>Thu, 27 Jan 2011 17:51:42 +0000</pubDate>
			<dc:creator>poslathian</dc:creator>
			<guid isPermaLink="false">3475@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;if you do get things working, get a pull request to us by github or some other means and well try and fold your library into a future release!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gbulmer on "errors"</title>
			<link>http://forums.leaflabs.com/topic.php?id=617#post-3442</link>
			<pubDate>Sun, 23 Jan 2011 13:11:11 +0000</pubDate>
			<dc:creator>gbulmer</dc:creator>
			<guid isPermaLink="false">3442@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Yea, I thought it might take some hacking.&#60;br /&#62;
You probably only need a few of the symbols, but it is just as hard to seperate them out.&#60;/p&#62;
&#60;p&#62;So you've got the LCD working?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>yokurk on "errors"</title>
			<link>http://forums.leaflabs.com/topic.php?id=617#post-3439</link>
			<pubDate>Sun, 23 Jan 2011 10:13:32 +0000</pubDate>
			<dc:creator>yokurk</dc:creator>
			<guid isPermaLink="false">3439@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;yay i got i working thanks a lot ..but had to change a lot of definitions though.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>yokurk on "errors"</title>
			<link>http://forums.leaflabs.com/topic.php?id=617#post-3438</link>
			<pubDate>Sun, 23 Jan 2011 09:09:36 +0000</pubDate>
			<dc:creator>yokurk</dc:creator>
			<guid isPermaLink="false">3438@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;ok gbulmer ,i tried what u suggested and created a separate folder for these inside the core of maple..&#60;br /&#62;
but i got the same errors as before..&#60;/p&#62;
&#60;p&#62;and i also went to the line 1101 ,1102,1103,1104 of stm32f10x.h (because the errors pointed to those lines) where some  definitions were made and commented them&#60;/p&#62;
&#60;p&#62;:&#60;br /&#62;
(&#60;/p&#62;
&#60;p&#62;#define AFIO_BASE             (APB2PERIPH_BASE + 0x0000)&#60;br /&#62;
#define EXTI_BASE             (APB2PERIPH_BASE + 0x0400)&#60;br /&#62;
//#define GPIOA_BASE            (APB2PERIPH_BASE + 0x0800)&#60;br /&#62;
//#define GPIOB_BASE            (APB2PERIPH_BASE + 0x0C00)&#60;br /&#62;
//#define GPIOC_BASE            (APB2PERIPH_BASE + 0x1000)&#60;br /&#62;
//#define GPIOD_BASE            (APB2PERIPH_BASE + 0x1400)&#60;br /&#62;
#define GPIOE_BASE            (APB2PERIPH_BASE + 0x1800)&#60;br /&#62;
#define GPIOF_BASE            (APB2PERIPH_BASE + 0x1C00)&#60;br /&#62;
#define GPIOG_BASE            (APB2PERIPH_BASE + 0x2000)&#60;br /&#62;
#define ADC1_BASE             (APB2PERIPH_BASE + 0x2400)&#60;br /&#62;
#define ADC2_BASE             (APB2PERIPH_BASE + 0x2800)&#60;br /&#62;
)&#60;/p&#62;
&#60;p&#62;and when i compile i get errors like these&#60;br /&#62;
(&#60;/p&#62;
&#60;p&#62;C:\Users\lastvirus\Desktop\maple-ide-0.0.6\hardware\leaflabs\cores\maple\stm32f\stm32f10x_gpio.c: In function 'GPIO_DeInit':&#60;/p&#62;
&#60;p&#62;C:\Users\lastvirus\Desktop\maple-ide-0.0.6\hardware\leaflabs\cores\maple\stm32f\stm32f10x_gpio.c:110: error: 'GPIOA_BASE' undeclared (first use in this function)&#60;/p&#62;
&#60;p&#62;C:\Users\lastvirus\Desktop\maple-ide-0.0.6\hardware\leaflabs\cores\maple\stm32f\stm32f10x_gpio.c:110: error: (Each undeclared identifier is reported only once&#60;/p&#62;
&#60;p&#62;C:\Users\lastvirus\Desktop\maple-ide-0.0.6\hardware\leaflabs\cores\maple\stm32f\stm32f10x_gpio.c:110: error: for each function it appears in.)&#60;/p&#62;
&#60;p&#62;C:\Users\lastvirus\Desktop\maple-ide-0.0.6\hardware\leaflabs\cores\maple\stm32f\stm32f10x_gpio.c:110: error: 'GPIOB_BASE' undeclared (first use in this function)&#60;/p&#62;
&#60;p&#62;C:\Users\lastvirus\Desktop\maple-ide-0.0.6\hardware\leaflabs\cores\maple\stm32f\stm32f10x_gpio.c:110: error: 'GPIOC_BASE' undeclared (first use in this function)&#60;/p&#62;
&#60;p&#62;C:\Users\lastvirus\Desktop\maple-ide-0.0.6\hardware\leaflabs\cores\maple\stm32f\stm32f10x_gpio.c:110: error: 'GPIOD_BASE' undeclared (first use in this function)&#60;/p&#62;
&#60;p&#62;C:\Users\lastvirus\Desktop\maple-ide-0.0.6\hardware\leaflabs\cores\maple\stm32f\stm32f10x_gpio.c: In function 'GPIO_Init':&#60;/p&#62;
&#60;p&#62;C:\Users\lastvirus\Desktop\maple-ide-0.0.6\hardware\leaflabs\cores\maple\stm32f\stm32f10x_gpio.c:177: error: 'GPIOA_BASE' undeclared (first use in this function)&#60;/p&#62;
&#60;p&#62;C:\Users\lastvirus\Desktop\maple-ide-0.0.6\hardware\leaflabs\cores\maple\stm32f\stm32f10x_gpio.c:177: error: 'GPIOB_BASE' undeclared (first use in this function)&#60;/p&#62;
&#60;p&#62;C:\Users\lastvirus\Desktop\maple-ide-0.0.6\hardware\leaflabs\cores\maple\stm32f\stm32f10x_gpio.c:177: error: 'GPIOC_BASE' undeclared (first use in this function)&#60;/p&#62;
&#60;p&#62;C:\Users\lastvirus\Desktop\maple-ide-0.0.6\hardware\leaflabs\cores\maple\stm32f\stm32f10x_gpio.c:177: error: 'GPIOD_BASE' undeclared (first use in this function)&#60;/p&#62;
&#60;p&#62;C:\Users\lastvirus\Desktop\maple-ide-0.0.6\hardware\leaflabs\cores\maple\stm32f\stm32f10x_gpio.c: In function 'GPIO_ReadInputDataBit':&#60;/p&#62;
&#60;p&#62;C:\Users\lastvirus\Desktop\maple-ide-0.0.6\hardware\leaflabs\cores\maple\stm32f\stm32f10x_gpio.c:285: error: 'GPIOA_BASE' undeclared (first use in this function)&#60;/p&#62;
&#60;p&#62;C:\Users\lastvirus\Desktop\maple-ide-0.0.6\hardware\leaflabs\cores\maple\stm32f\stm32f10x_gpio.c:285: error: 'GPIOB_BASE' undeclared (first use in this function)&#60;/p&#62;
&#60;p&#62;C:\Users\lastvirus\Desktop\maple-ide-0.0.6\hardware\leaflabs\cores\maple\stm32f\stm32f10x_gpio.c:285: error: 'GPIOC_BASE' undeclared (first use in this function)&#60;/p&#62;
&#60;p&#62;C:\Users\lastvirus\Desktop\maple-ide-0.0.6\hardware\leaflabs\cores\maple\stm32f\stm32f10x_gpio.c:285: error: 'GPIOD_BASE' undeclared (first use in this function)&#60;/p&#62;
&#60;p&#62;C:\Users\lastvirus\Desktop\maple-ide-0.0.6\hardware\leaflabs\cores\maple\stm32f\stm32f10x_gpio.c: In function 'GPIO_ReadInputData':&#60;/p&#62;
&#60;p&#62;C:\Users\lastvirus\Desktop\maple-ide-0.0.6\hardware\leaflabs\cores\maple\stm32f\stm32f10x_gpio.c:307: error: 'GPIOA_BASE' undeclared (first use in this function)&#60;/p&#62;
&#60;p&#62;C:\Users\lastvirus\Desktop\maple-ide-0.0.6\hardware\leaflabs\cores\maple\stm32f\stm32f10x_gpio.c:307: error: 'GPIOB_BASE' undeclared (first use in this function)&#60;/p&#62;
&#60;p&#62;C:\Users\lastvirus\Desktop\maple-ide-0.0.6\hardware\leaflabs\cores\maple\stm32f\stm32f10x_gpio.c:307: error: 'GPIOC_BASE' undeclared (first use in this function)&#60;/p&#62;
&#60;p&#62;C:\Users\lastvirus\Desktop\maple-ide-0.0.6\hardware\leaflabs\cores\maple\stm32f\stm32f10x_gpio.c:307: error: 'GPIOD_BASE' undeclared (first use in this function)&#60;/p&#62;
&#60;p&#62;C:\Users\lastvirus\Desktop\maple-ide-0.0.6\hardware\leaflabs\cores\maple\stm32f\stm32f10x_gpio.c: In function 'GPIO_ReadOutputDataBit':&#60;/p&#62;
&#60;p&#62;C:\Users\lastvirus\Desktop\maple-ide-0.0.6\hardware\leaflabs\cores\maple\stm32f\stm32f10x_gpio.c:323: error: 'GPIOA_BASE' undeclared (first use in this function)&#60;/p&#62;
&#60;p&#62;C:\Users\lastvirus\Desktop\maple-ide-0.0.6\hardware\leaflabs\cores\maple\stm32f\stm32f10x_gpio.c:323: error: 'GPIOB_BASE' undeclared (first use in this function)&#60;/p&#62;
&#60;p&#62;C:\Users\lastvirus\Desktop\maple-ide-0.0.6\hardware\leaflabs\cores\maple\stm32f\stm32f10x_gpio.c:323: error: 'GPIOC_BASE' undeclared (first use in this function)&#60;/p&#62;
&#60;p&#62;C:\Users\lastvirus\Desktop\maple-ide-0.0.6\hardware\leaflabs\cores\maple\stm32f\stm32f10x_gpio.c:323: error: 'GPIOD_BASE' undeclared (first use in this function)&#60;/p&#62;
&#60;p&#62;C:\Users\lastvirus\Desktop\maple-ide-0.0.6\hardware\leaflabs\cores\maple\stm32f\stm32f10x_gpio.c: In function 'GPIO_ReadOutputData':&#60;/p&#62;
&#60;p&#62;C:\Users\lastvirus\Desktop\maple-ide-0.0.6\hardware\leaflabs\cores\maple\stm32f\stm32f10x_gpio.c:345: error: 'GPIOA_BASE' undeclared (first use in this function)&#60;/p&#62;
&#60;p&#62;C:\Users\lastvirus\Desktop\maple-ide-0.0.6\hardware\leaflabs\cores\maple\stm32f\stm32f10x_gpio.c:345: error: 'GPIOB_BASE' undeclared (first use in this function)&#60;/p&#62;
&#60;p&#62;C:\Users\lastvirus\Desktop\maple-ide-0.0.6\hardware\leaflabs\cores\maple\stm32f\stm32f10x_gpio.c:345: error: 'GPIOC_BASE' undeclared (first use in this function)&#60;/p&#62;
&#60;p&#62;C:\Users\lastvirus\Desktop\maple-ide-0.0.6\hardware\leaflabs\cores\maple\stm32f\stm32f10x_gpio.c:345: error: 'GPIOD_BASE' undeclared (first use in this function)&#60;/p&#62;
&#60;p&#62;C:\Users\lastvirus\Desktop\maple-ide-0.0.6\hardware\leaflabs\cores\maple\stm32f\stm32f10x_gpio.c: In function 'GPIO_SetBits':&#60;/p&#62;
&#60;p&#62;C:\Users\lastvirus\Desktop\maple-ide-0.0.6\hardware\leaflabs\cores\maple\stm32f\stm32f10x_gpio.c:360: error: 'GPIOA_BASE' undeclared (first use in this function)&#60;/p&#62;
&#60;p&#62;C:\Users\lastvirus\Desktop\maple-ide-0.0.6\hardware\leaflabs\cores\maple\stm32f\stm32f10x_gpio.c:360: error: 'GPIOB_BASE' undeclared (first use in this function)&#60;/p&#62;
&#60;p&#62;C:\Users\lastvirus\Desktop\maple-ide-0.0.6\hardware\leaflabs\cores\maple\stm32f\stm32f10x_gpio.c:360: error: 'GPIOC_BASE' undeclared (first use in this function)&#60;/p&#62;
&#60;p&#62;C:\Users\lastvirus\Desktop\maple-ide-0.0.6\hardware\leaflabs\cores\maple\stm32f\stm32f10x_gpio.c:360: error: 'GPIOD_BASE' undeclared (first use in this function)&#60;/p&#62;
&#60;p&#62;C:\Users\lastvirus\Desktop\maple-ide-0.0.6\hardware\leaflabs\cores\maple\stm32f\stm32f10x_gpio.c: In function 'GPIO_ResetBits':&#60;/p&#62;
&#60;p&#62;C:\Users\lastvirus\Desktop\maple-ide-0.0.6\hardware\leaflabs\cores\maple\stm32f\stm32f10x_gpio.c:376: error: 'GPIOA_BASE' undeclared (first use in this function)&#60;/p&#62;
&#60;p&#62;C:\Users\lastvirus\Desktop\maple-ide-0.0.6\hardware\leaflabs\cores\maple\stm32f\stm32f10x_gpio.c:376: error: 'GPIOB_BASE' undeclared (first use in this function)&#60;/p&#62;
&#60;p&#62;C:\Users\lastvirus\Desktop\maple-ide-0.0.6\hardware\leaflabs\cores\maple\stm32f\stm32f10x_gpio.c:376: error: 'GPIOC_BASE' undeclared (first use in this function)&#60;/p&#62;
&#60;p&#62;C:\Users\lastvirus\Desktop\maple-ide-0.0.6\hardware\leaflabs\cores\maple\stm32f\stm32f10x_gpio.c:376: error: 'GPIOD_BASE' undeclared (first use in this function)&#60;/p&#62;
&#60;p&#62;C:\Users\lastvirus\Desktop\maple-ide-0.0.6\hardware\leaflabs\cores\maple\stm32f\stm32f10x_gpio.c: In function 'GPIO_WriteBit':&#60;/p&#62;
&#60;p&#62;C:\Users\lastvirus\Desktop\maple-ide-0.0.6\hardware\leaflabs\cores\maple\stm32f\stm32f10x_gpio.c:396: error: 'GPIOA_BASE' undeclared (first use in this function)&#60;/p&#62;
&#60;p&#62;C:\Users\lastvirus\Desktop\maple-ide-0.0.6\hardware\leaflabs\cores\maple\stm32f\stm32f10x_gpio.c:396: error: 'GPIOB_BASE' undeclared (first use in this function)&#60;/p&#62;
&#60;p&#62;C:\Users\lastvirus\Desktop\maple-ide-0.0.6\hardware\leaflabs\cores\maple\stm32f\stm32f10x_gpio.c:396: error: 'GPIOC_BASE' undeclared (first use in this function)&#60;/p&#62;
&#60;p&#62;C:\Users\lastvirus\Desktop\maple-ide-0.0.6\hardware\leaflabs\cores\maple\stm32f\stm32f10x_gpio.c:396: error: 'GPIOD_BASE' undeclared (first use in this function)&#60;/p&#62;
&#60;p&#62;C:\Users\lastvirus\Desktop\maple-ide-0.0.6\hardware\leaflabs\cores\maple\stm32f\stm32f10x_gpio.c: In function 'GPIO_Write':&#60;/p&#62;
&#60;p&#62;C:\Users\lastvirus\Desktop\maple-ide-0.0.6\hardware\leaflabs\cores\maple\stm32f\stm32f10x_gpio.c:419: error: 'GPIOA_BASE' undeclared (first use in this function)&#60;/p&#62;
&#60;p&#62;C:\Users\lastvirus\Desktop\maple-ide-0.0.6\hardware\leaflabs\cores\maple\stm32f\stm32f10x_gpio.c:419: error: 'GPIOB_BASE' undeclared (first use in this function)&#60;/p&#62;
&#60;p&#62;C:\Users\lastvirus\Desktop\maple-ide-0.0.6\hardware\leaflabs\cores\maple\stm32f\stm32f10x_gpio.c:419: error: 'GPIOC_BASE' undeclared (first use in this function)&#60;/p&#62;
&#60;p&#62;C:\Users\lastvirus\Desktop\maple-ide-0.0.6\hardware\leaflabs\cores\maple\stm32f\stm32f10x_gpio.c:419: error: 'GPIOD_BASE' undeclared (first use in this function)&#60;/p&#62;
&#60;p&#62;C:\Users\lastvirus\Desktop\maple-ide-0.0.6\hardware\leaflabs\cores\maple\stm32f\stm32f10x_gpio.c: In function 'GPIO_PinLockConfig':&#60;/p&#62;
&#60;p&#62;C:\Users\lastvirus\Desktop\maple-ide-0.0.6\hardware\leaflabs\cores\maple\stm32f\stm32f10x_gpio.c:436: error: 'GPIOA_BASE' undeclared (first use in this function)&#60;/p&#62;
&#60;p&#62;C:\Users\lastvirus\Desktop\maple-ide-0.0.6\hardware\leaflabs\cores\maple\stm32f\stm32f10x_gpio.c:436: error: 'GPIOB_BASE' undeclared (first use in this function)&#60;/p&#62;
&#60;p&#62;C:\Users\lastvirus\Desktop\maple-ide-0.0.6\hardware\leaflabs\cores\maple\stm32f\stm32f10x_gpio.c:436: error: 'GPIOC_BASE' undeclared (first use in this function)&#60;/p&#62;
&#60;p&#62;C:\Users\lastvirus\Desktop\maple-ide-0.0.6\hardware\leaflabs\cores\maple\stm32f\stm32f10x_gpio.c:436: error: 'GPIOD_BASE' undeclared (first use in this function)&#60;/p&#62;
&#60;p&#62;)&#60;br /&#62;
which clearly arise due to my exclusion of those definitions.&#60;br /&#62;
either way im stuck up,, any ideas to tackle this would be appreciated.&#60;br /&#62;
thank you
&#60;/p&#62;</description>
		</item>
		<item>
			<title>yokurk on "errors"</title>
			<link>http://forums.leaflabs.com/topic.php?id=617#post-3437</link>
			<pubDate>Sun, 23 Jan 2011 08:53:01 +0000</pubDate>
			<dc:creator>yokurk</dc:creator>
			<guid isPermaLink="false">3437@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;ok ..i pasted the headers in the maple directory because there were not read by the IDE even when i specified the directory path. i will try using a different folder
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gbulmer on "errors"</title>
			<link>http://forums.leaflabs.com/topic.php?id=617#post-3436</link>
			<pubDate>Sun, 23 Jan 2011 05:51:55 +0000</pubDate>
			<dc:creator>gbulmer</dc:creator>
			<guid isPermaLink="false">3436@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;What is in the files:&#60;br /&#62;
D:\maple-ide-0.0.6\hardware\leaflabs\cores\maple/stm32f10x.h at lines 1101, 1102, 1103 and 1104?&#60;/p&#62;
&#60;p&#62;D:\maple-ide-0.0.6\hardware\leaflabs\cores\maple\wirish.h at line 36?&#60;/p&#62;
&#60;p&#62;and&#60;br /&#62;
D:\maple-ide-0.0.6\hardware\leaflabs\cores\maple/WProgram.h at line 25?&#60;/p&#62;
&#60;p&#62;They are probably redefining the same symbol, or one is using a symbol defined at one of the other places, in a way that doesn't make sense. &#60;/p&#62;
&#60;p&#62;I would expect the same symbol to be defined more than once because the Maple headers define all of the symbols the Maple libraries use, and the ST Micro'S STM32F libraries define all the symbols they need. &#60;/p&#62;
&#60;p&#62;There are a couple of ways forward, and the amount of work depends on what you are (overall) trying to achieve. If you just want The ST Micro's code to work, and don't care about Maple's own library, you may be want to look at using the command line tools described here &#60;a href=&#34;http://leaflabs.com/docs/libmaple.html&#34; rel=&#34;nofollow&#34;&#62;http://leaflabs.com/docs/libmaple.html&#60;/a&#62;&#60;br /&#62;
This would give you precise control over the compilation process at the cost of quite a steep learning curve, if you've never programmed this way before.&#60;/p&#62;
&#60;p&#62;You may end up systematically changing the names in one set of headers and source files so that they don't clash. I don't know what sort of editing tools you are familiar with, but it would be helpful if you could say something like 'work on all these files, and change XXX to STM_XXX wherever it is seen'. On a UNIX-like system, e.g. Linux or Mac OS X, this is pretty easy to do. You could do it on most systems with PERL, Ruby, C+Flex, Python, awk, JavaScript+Rhino, etc. Part of the 'trick' is to ensure every file which must be changes is changed, and every file which must not be changed isn't.&#60;/p&#62;
&#60;p&#62;Also, how did stm32f10x.h get into the maple directory? I think you may end up hacking at some of the header files, and it may be easier to keep them apart.&#60;/p&#62;
&#60;p&#62;To keep things separated, you might want to put the STM32F headers in their own directory, e.g. create a directory called e.g. stm32f in the maple directory, then include &#38;lt;stm32f/stm32f10x.h&#38;gt; in your code. &#60;/p&#62;
&#60;p&#62;Mixing Maple files and ST Micro files might create some problems in the (near) future. For example, if you want to change all of the files which contain a name from XXX to STM_XXX, it'll be much easier if only the files which need to be changed are in a directory separated from the files which must not be changed.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>yokurk on "errors"</title>
			<link>http://forums.leaflabs.com/topic.php?id=617#post-3434</link>
			<pubDate>Sun, 23 Jan 2011 00:43:24 +0000</pubDate>
			<dc:creator>yokurk</dc:creator>
			<guid isPermaLink="false">3434@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;i included some headers and i am getting some errors..&#60;br /&#62;
theses are the errors:&#60;br /&#62;
(&#60;br /&#62;
   from D:\maple-ide-0.0.6\hardware\leaflabs\cores\maple\wirish.h:36,&#60;/p&#62;
&#60;p&#62;                 from D:\maple-ide-0.0.6\hardware\leaflabs\cores\maple/WProgram.h:25,&#60;/p&#62;
&#60;p&#62;D:\maple-ide-0.0.6\hardware\leaflabs\cores\maple/stm32f10x.h:1101: note: this is the location of the previous definition&#60;/p&#62;
&#60;p&#62;D:\maple-ide-0.0.6\hardware\leaflabs\cores\maple/stm32f10x.h:1102: note: this is the location of the previous definition&#60;/p&#62;
&#60;p&#62;D:\maple-ide-0.0.6\hardware\leaflabs\cores\maple/stm32f10x.h:1103: note: this is the location of the previous definition&#60;/p&#62;
&#60;p&#62;D:\maple-ide-0.0.6\hardware\leaflabs\cores\maple/stm32f10x.h:1104: note: this is the location of the previous definition&#60;br /&#62;
)&#60;/p&#62;
&#60;p&#62;libraries included&#60;br /&#62;
:&#60;/p&#62;
&#60;p&#62;#include &#34;stm32f10x.h&#34;&#60;br /&#62;
#include &#34;stm32f10x_conf.h&#34;&#60;br /&#62;
#include &#38;lt;stm32f10x_rcc.h&#38;gt;&#60;br /&#62;
#include &#38;lt;stm32f10x_gpio.h&#38;gt;&#60;/p&#62;
&#60;p&#62;need some help
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
