<?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; User Favorites: extraem</title>
		<link><a href='http://forums.leaflabs.com/profile.php?id=4666'>4666</a></link>
		<description>A place to share, learn, and grow...</description>
		<language>en-US</language>
		<pubDate>Fri, 22 Jan 2016 00:26:00 +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?profile=4666" rel="self" type="application/rss+xml" />

		<item>
			<title>mbolivar on "Max Serial Baud Rates"</title>
			<link>http://forums.leaflabs.com/topic.php?id=1791#post-10882</link>
			<pubDate>Fri, 25 May 2012 22:25:24 +0000</pubDate>
			<dc:creator>mbolivar</dc:creator>
			<guid isPermaLink="false">10882@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;have you tried the USARTs at those speeds?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>extraem on "Max Serial Baud Rates"</title>
			<link>http://forums.leaflabs.com/topic.php?id=1791#post-10865</link>
			<pubDate>Fri, 25 May 2012 03:56:12 +0000</pubDate>
			<dc:creator>extraem</dc:creator>
			<guid isPermaLink="false">10865@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;It looks like the baud rates have been updated with the correct 4.5 Mbps and 2.5 Mbps max serial rate definitions.&#60;/p&#62;
&#60;p&#62;I found the Maple library source code and usart.c had these lines verifying the max rates:&#60;/p&#62;
&#60;p&#62;/*&#60;br /&#62;
* Devices&#60;br /&#62;
*/&#60;/p&#62;
&#60;p&#62;static ring_buffer usart1_rb;&#60;br /&#62;
static usart_dev usart1 = {&#60;br /&#62;
    .regs = USART1_BASE,&#60;br /&#62;
    .rb = &#38;amp;usart1_rb,&#60;br /&#62;
    .max_baud = 4500000UL,&#60;br /&#62;
    .clk_id = RCC_USART1,&#60;br /&#62;
    .irq_num = NVIC_USART1&#60;br /&#62;
};&#60;br /&#62;
/** USART1 device */&#60;br /&#62;
usart_dev *USART1 = &#38;usart1;&#60;/p&#62;
&#60;p&#62;static ring_buffer usart2_rb;&#60;br /&#62;
static usart_dev usart2 = {&#60;br /&#62;
    .regs = USART2_BASE,&#60;br /&#62;
    .rb = &#38;amp;usart2_rb,&#60;br /&#62;
    .max_baud = 2250000UL,&#60;br /&#62;
    .clk_id = RCC_USART2,&#60;br /&#62;
    .irq_num = NVIC_USART2&#60;br /&#62;
};&#60;br /&#62;
/** USART2 device */&#60;br /&#62;
usart_dev *USART2 = &#38;usart2;&#60;/p&#62;
&#60;p&#62;static ring_buffer usart3_rb;&#60;br /&#62;
static usart_dev usart3 = {&#60;br /&#62;
    .regs = USART3_BASE,&#60;br /&#62;
    .rb = &#38;amp;usart3_rb,&#60;br /&#62;
    .max_baud = 2250000UL,&#60;br /&#62;
    .clk_id = RCC_USART3,&#60;br /&#62;
    .irq_num = NVIC_USART3&#60;br /&#62;
};&#60;br /&#62;
/** USART3 device */&#60;br /&#62;
usart_dev *USART3 = &#38;usart3;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>extraem on "Max Serial Baud Rates"</title>
			<link>http://forums.leaflabs.com/topic.php?id=1791#post-10843</link>
			<pubDate>Thu, 24 May 2012 11:28:47 +0000</pubDate>
			<dc:creator>extraem</dc:creator>
			<guid isPermaLink="false">10843@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;I'm considering using the Maple board for a project I'm working on and was wondering what the maximum baud rates were. From older posts, it looks like the chip itself can run up to 4.5 Mbps on one serial line and on the others up to 2.25 Mbps, but there was a code bug that limited it to 225 Kbps per second. Has this been fixed or does the Maple baud rate still max out at 225000 instead of 2250000?&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
