<?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: Some worries about IO functions&#039; conflict for a package with less pins……</title>
		<link>http://forums.leaflabs.com/topic.php?id=122</link>
		<description>A place to share, learn, and grow...</description>
		<language>en-US</language>
		<pubDate>Fri, 22 Jan 2016 00:06:25 +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=122" rel="self" type="application/rss+xml" />

		<item>
			<title>poslathian on "Some worries about IO functions&#039; conflict for a package with less pins……"</title>
			<link>http://forums.leaflabs.com/topic.php?id=122#post-760</link>
			<pubDate>Wed, 18 Aug 2010 15:02:44 +0000</pubDate>
			<dc:creator>poslathian</dc:creator>
			<guid isPermaLink="false">760@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Soon enough we will be releasing the Maple Native, based on the stm32f103ZE, which has substantially more pins (144 pin package, with ~80+ GPIO's broken out, Im not sure the exact number). You can also combine two maples, communicating over i2c, spi, or serial, if you have a large project that warrants it. Sounds like a cool project you have, keep us posted!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>librae8226 on "Some worries about IO functions&#039; conflict for a package with less pins……"</title>
			<link>http://forums.leaflabs.com/topic.php?id=122#post-756</link>
			<pubDate>Tue, 17 Aug 2010 22:18:08 +0000</pubDate>
			<dc:creator>librae8226</dc:creator>
			<guid isPermaLink="false">756@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Hey poslathian,&#60;br /&#62;
Thank U for your patient answer!&#60;/p&#62;
&#60;p&#62;I think perhaps I need to do something more on software developing rather than just considering about the hardware itself~&#60;/p&#62;
&#60;p&#62;Of course yes about introducing my recent project,&#60;br /&#62;
I am neaarly graduate from college, and so, a great job is waiting for me that I would finish my graduation project.&#60;/p&#62;
&#60;p&#62;The project I am falling into is a sim Mars Rover, which base on a SUV(Sport Utility Vehicle), and drived by a STM32 core.&#60;br /&#62;
Mainly to sample and process images, get GPS data, probe environment with  ultrasonic, and collect some other data info, then after a simple process, send them to a workstation with a wireless device.&#60;/p&#62;
&#60;p&#62;It confused me some moments ago that the functions above I need to finish is a little difficult with maple, so I come up with a post.&#60;/p&#62;
&#60;p&#62;Now I think it maybe more clearly to me with what I should do~&#60;/p&#62;
&#60;p&#62;Thanks~
&#60;/p&#62;</description>
		</item>
		<item>
			<title>poslathian on "Some worries about IO functions&#039; conflict for a package with less pins……"</title>
			<link>http://forums.leaflabs.com/topic.php?id=122#post-751</link>
			<pubDate>Tue, 17 Aug 2010 14:10:57 +0000</pubDate>
			<dc:creator>poslathian</dc:creator>
			<guid isPermaLink="false">751@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Most of the stm32 flavors in the 64 pin package are pin compatible, so you can drop in some of the other parts. I think there is a higher density 64k ram, 512k flash stm32 part out now/soon that we have played with as a drop in replacement on maple. &#60;/p&#62;
&#60;p&#62;In terms of pin conflicts, there are many copies of everything. For example, if UART1 is conflicting with PWM4, then cant you just use UART2 or PWM6...or something. Or have you already designed a shield? Or have you consumed all of the UART's/PWMS/other resources? &#60;/p&#62;
&#60;p&#62;Check the silkscreen on the front and back of maple for more info of the various pins, there are several uarts/pwms/spi/i2c/timers scattered in many locations. &#60;/p&#62;
&#60;p&#62;Could you describe your application more?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>librae8226 on "Some worries about IO functions&#039; conflict for a package with less pins……"</title>
			<link>http://forums.leaflabs.com/topic.php?id=122#post-748</link>
			<pubDate>Sun, 15 Aug 2010 09:17:26 +0000</pubDate>
			<dc:creator>librae8226</dc:creator>
			<guid isPermaLink="false">748@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;I've noticed The Maple Native, by comparison, in producting such as Quadkopter, I prefer maple rather than its native version because of its size ^_^&#60;br /&#62;
On the contrary, if I need to do try some experiment or test some devices, for instance, servo test, I would use product as maple native.&#60;/p&#62;
&#60;p&#62;I really want to acquire both their advantages ~&#60;/p&#62;
&#60;p&#62;Could I change someting so that I can use a STM32F103VCT6 on maple board ?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>librae8226 on "Some worries about IO functions&#039; conflict for a package with less pins……"</title>
			<link>http://forums.leaflabs.com/topic.php?id=122#post-747</link>
			<pubDate>Sun, 15 Aug 2010 04:53:59 +0000</pubDate>
			<dc:creator>librae8226</dc:creator>
			<guid isPermaLink="false">747@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;In other words, can I modify a little in the sch，use 100pins for 64pins?&#60;br /&#62;
How much does it need to change in the other electronic connections in order not to reduce the board's function?&#60;br /&#62;
Thank!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>librae8226 on "Some worries about IO functions&#039; conflict for a package with less pins……"</title>
			<link>http://forums.leaflabs.com/topic.php?id=122#post-746</link>
			<pubDate>Sat, 14 Aug 2010 22:01:18 +0000</pubDate>
			<dc:creator>librae8226</dc:creator>
			<guid isPermaLink="false">746@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Dear leaflabs,&#60;br /&#62;
Very happy to see such a nice project!&#60;/p&#62;
&#60;p&#62;I am now playing with a borad base on STM32F103RBT6. While I am driving some of the hardware modules to work at the same time, I find there's a little problem with function conflicts.&#60;/p&#62;
&#60;p&#62;64 pins is not that easy to use, we should consider much about our purpose so that it wouldn't go into a bad pin conflict.&#60;br /&#62;
That is, I want to use TIM1_CH4 to output PWM waveform and use UART1 in the meantime, it's impossible. A change of pin use is needed.&#60;br /&#62;
Could mapple process well?&#60;br /&#62;
Or can we use VBT6 or VET6 to enhance mapple's strength, as a suggestion?&#60;/p&#62;
&#60;p&#62;I am in China and I find there almost nobody knows mapple.&#60;/p&#62;
&#60;p&#62;Hope I could do something here to popularize mapple, a nice project.&#60;/p&#62;
&#60;p&#62;Nowadays I'm considering about whether I bring in some 100pins or 64pins to use mapple，any suggestion?&#60;/p&#62;
&#60;p&#62;best regards!&#60;br /&#62;
and HUGE support for mapple!&#60;/p&#62;
&#60;p&#62;Librae
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
