<?xml version="1.0" encoding="UTF-8"?><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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Atmel Xmega printf HowTo</title>
	<atom:link href="http://blog.frankvh.com/2009/11/14/atmel-xmega-printf-howto/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.frankvh.com/2009/11/14/atmel-xmega-printf-howto/</link>
	<description>A bunch of random musings, with a leaning towards electronics &#38; computers.</description>
	<lastBuildDate>Fri, 25 Jun 2010 05:09:58 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jörg</title>
		<link>http://blog.frankvh.com/2009/11/14/atmel-xmega-printf-howto/comment-page-1/#comment-140</link>
		<dc:creator>Jörg</dc:creator>
		<pubDate>Fri, 09 Apr 2010 20:36:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.frankvh.com/?p=155#comment-140</guid>
		<description>ups second dosen´t works</description>
		<content:encoded><![CDATA[<p>ups second dosen´t works</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jörg</title>
		<link>http://blog.frankvh.com/2009/11/14/atmel-xmega-printf-howto/comment-page-1/#comment-139</link>
		<dc:creator>Jörg</dc:creator>
		<pubDate>Fri, 09 Apr 2010 20:35:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.frankvh.com/?p=155#comment-139</guid>
		<description>Hallo Frank,
thanks for the easy code.

I tried to run this on 32 MHz
If I use :

USARTC0.BAUDCTRLB = 0;			// BSCALE = 0 as well
    USARTC0.BAUDCTRLA = 207;

It works.

If I try 

USARTC0.BAUDCTRLB = 4;			// BSCALE = 0 as well
    USARTC0.BAUDCTRLA = 12;
(calculatet by a Baudrate Genrator from chip45)


Sorry I´m just beginner in C ;)

regards

Jörg</description>
		<content:encoded><![CDATA[<p>Hallo Frank,<br />
thanks for the easy code.</p>
<p>I tried to run this on 32 MHz<br />
If I use :</p>
<p>USARTC0.BAUDCTRLB = 0;			// BSCALE = 0 as well<br />
    USARTC0.BAUDCTRLA = 207;</p>
<p>It works.</p>
<p>If I try </p>
<p>USARTC0.BAUDCTRLB = 4;			// BSCALE = 0 as well<br />
    USARTC0.BAUDCTRLA = 12;<br />
(calculatet by a Baudrate Genrator from chip45)</p>
<p>Sorry I´m just beginner in C <img src='http://blog.frankvh.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>regards</p>
<p>Jörg</p>
]]></content:encoded>
	</item>
</channel>
</rss>
