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

		<item>
			<title>Mike McCauley on "usart tx ring buffers?"</title>
			<link>http://forums.leaflabs.com/topic.php?id=46092#post-69309</link>
			<pubDate>Fri, 04 Oct 2013 22:17:03 +0000</pubDate>
			<dc:creator>Mike McCauley</dc:creator>
			<guid isPermaLink="false">69309@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;OK, I have some nice working code now, pushed to &#60;a href=&#34;mailto:git@github.com&#34;&#62;git@github.com&#60;/a&#62;:mikemccauley/libmaple.git
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mlundinse on "usart tx ring buffers?"</title>
			<link>http://forums.leaflabs.com/topic.php?id=46092#post-68434</link>
			<pubDate>Fri, 04 Oct 2013 17:55:42 +0000</pubDate>
			<dc:creator>mlundinse</dc:creator>
			<guid isPermaLink="false">68434@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Its a good idea, but I would also look into the possibility of using DMA, then&#60;br /&#62;
the interrupt must only be serviced at the end of a DMA buffer and not for every transmitted character.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mike McCauley on "usart tx ring buffers?"</title>
			<link>http://forums.leaflabs.com/topic.php?id=46092#post-68301</link>
			<pubDate>Fri, 04 Oct 2013 17:31:28 +0000</pubDate>
			<dc:creator>Mike McCauley</dc:creator>
			<guid isPermaLink="false">68301@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
The current implementation of usarts in libmaple git master has an interrupt driven ring buffer for receive, but a busy-wait loop for transmits. It works, but performance is poor (CPU is blocked while tx buffer is not empty)&#60;/p&#62;
&#60;p&#62;Does anyone else like me think the transmit side should also have a ring buffer and be interrupt driven? Im happy to implement it, but will the developers accept my pull request?&#60;/p&#62;
&#60;p&#62;Cheers.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
