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

		<item>
			<title>StephenFromNYC on "TX and RX Pins for USART1, USART2, and USART3"</title>
			<link>http://forums.leaflabs.com/topic.php?id=171#post-1121</link>
			<pubDate>Wed, 08 Sep 2010 20:11:04 +0000</pubDate>
			<dc:creator>StephenFromNYC</dc:creator>
			<guid isPermaLink="false">1121@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Wednesday September 8, 2010&#60;/p&#62;
&#60;p&#62;Hello-&#60;/p&#62;
&#60;p&#62;snigelen, thanks for the thoughts.&#60;/p&#62;
&#60;p&#62;I was not overly concerned about the repeat of pin 10 since I saw the different ports (GPIOA_BASE and GPIOB_BASE).&#60;/p&#62;
&#60;p&#62;Yes, in the link you sent me the data from the second column (&#34;STM32 Pin&#34;) matches the definitions from HardwareSerial.cpp.&#60;/p&#62;
&#60;p&#62;Thanks!&#60;/p&#62;
&#60;p&#62;Stephen from NYC
&#60;/p&#62;</description>
		</item>
		<item>
			<title>snigelen on "TX and RX Pins for USART1, USART2, and USART3"</title>
			<link>http://forums.leaflabs.com/topic.php?id=171#post-1108</link>
			<pubDate>Wed, 08 Sep 2010 09:23:10 +0000</pubDate>
			<dc:creator>snigelen</dc:creator>
			<guid isPermaLink="false">1108@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;On the silkscreen there is &#34;Arduino&#34;-numbers, and in the source code there is physical stm32 port and pin numbers. For example USART3_TX is on PORT&#60;strong&#62;B&#60;/strong&#62; pin 10 and USART1_RX is on PORT&#60;strong&#62;A&#60;/strong&#62; pin 10. The mappings can be found in the &#60;a href=&#34;http://leaflabs.com/docs/maple/gpio/#pins&#34;&#62;Pin Mapping Mega Table&#60;/a&#62;.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>StephenFromNYC on "TX and RX Pins for USART1, USART2, and USART3"</title>
			<link>http://forums.leaflabs.com/topic.php?id=171#post-1106</link>
			<pubDate>Wed, 08 Sep 2010 09:08:32 +0000</pubDate>
			<dc:creator>StephenFromNYC</dc:creator>
			<guid isPermaLink="false">1106@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Wednesday September 8, 2010&#60;/p&#62;
&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I am confused by the pin assignments for serial input.&#60;/p&#62;
&#60;p&#62;Based on the silk-screening on my Maple Rev3 (summer 2010) I thought the three serial ports used the following pins on Maple board:&#60;/p&#62;
&#60;p&#62;Serial1: TX1 (pin 07) RX1 (pin 08)&#60;br /&#62;
Serial2: TX2 (pin 01) RX2 (pin 00)&#60;br /&#62;
Serial3: TX3 (pin 29) RX3 (pin 30)&#60;/p&#62;
&#60;p&#62;This information is the same as file: usart.html&#60;/p&#62;
&#60;p&#62;However, the information appears to be different in file: \hardware\leaflabs\cores\maple\HardwareSerial.cpp&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;
#define USART1_TX_PORT             GPIOA_BASE&#60;br /&#62;
#define USART1_TX_PIN              9&#60;br /&#62;
#define USART1_RX_PORT             GPIOA_BASE&#60;br /&#62;
#define USART1_RX_PIN              10&#60;/p&#62;
&#60;p&#62;#define USART2_TX_PORT             GPIOA_BASE&#60;br /&#62;
#define USART2_TX_PIN              2&#60;br /&#62;
#define USART2_RX_PORT             GPIOA_BASE&#60;br /&#62;
#define USART2_RX_PIN              3&#60;/p&#62;
&#60;p&#62;#define USART3_TX_PORT             GPIOB_BASE&#60;br /&#62;
#define USART3_TX_PIN              10&#60;br /&#62;
#define USART3_RX_PORT             GPIOB_BASE&#60;br /&#62;
#define USART3_RX_PIN              11
&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;The code in HardwareSerial.cpp seems to suggest the pins are 9, 10, 2, 3, 10 (again), and 11.&#60;/p&#62;
&#60;p&#62;I am using Windows XP Professional SP3 and Maple IDE 0.0.6.&#60;/p&#62;
&#60;p&#62;Thanks!&#60;/p&#62;
&#60;p&#62;Stephen from NYC
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
