<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>UARTE baudrates on nRF52</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/16697/uarte-baudrates-on-nrf52</link><description>Hello, 
 I&amp;#39;ve just read the thread explaining the UART baudrate register settings. I then looked at the nrf52_bitfields.h file and found that the baudrate register values are different for UART and UARTE. 
 Why the difference and what is the equation</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 28 Sep 2016 10:17:59 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/16697/uarte-baudrates-on-nrf52" /><item><title>RE: UARTE baudrates on nRF52</title><link>https://devzone.nordicsemi.com/thread/63896?ContentTypeID=1</link><pubDate>Wed, 28 Sep 2016 10:17:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5846174d-7d88-47ad-9d66-2f51ab92e5f7</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;What baudrate are you trying to set? The BAUDRATE register is set to 1Mega right after UARTE initialization?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: UARTE baudrates on nRF52</title><link>https://devzone.nordicsemi.com/thread/63897?ContentTypeID=1</link><pubDate>Wed, 28 Sep 2016 09:14:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:61c1d1e7-7297-439c-a575-b92dafe54bd6</guid><dc:creator>NewtoM</dc:creator><description>&lt;p&gt;Thanks, Sigurd! Any ideas about the issue I mentioned in my comment above?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: UARTE baudrates on nRF52</title><link>https://devzone.nordicsemi.com/thread/63895?ContentTypeID=1</link><pubDate>Wed, 28 Sep 2016 07:42:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8d381097-b33d-44b4-9c6c-09f7e347d9e5</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;The baudrate is actually calculated the same way for both UART and UARTE. The values calculated for UART (legacy mode) was done some time ago, but when they were calculated for UARTE, more accurate values where found.&lt;/p&gt;
&lt;p&gt;The baud rate generator is too complex to be described by a simple equation, but the equation in the &lt;a href="https://devzone.nordicsemi.com/question/1181/uart-baudrate-register-values/#reply-1194"&gt;thread explaining the UART baudrate register&lt;/a&gt; will be a good approximation.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: UARTE baudrates on nRF52</title><link>https://devzone.nordicsemi.com/thread/63894?ContentTypeID=1</link><pubDate>Tue, 27 Sep 2016 13:36:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:10866928-0913-4c8b-be06-dca6672dab60</guid><dc:creator>NewtoM</dc:creator><description>&lt;p&gt;BTW, it seems I cannot set any baud rate between &lt;code&gt;(0x0F000000UL) /*!&amp;lt; 921600 baud (actual rate: 941176) */&lt;/code&gt; and &lt;code&gt;(0x10000000UL) /*!&amp;lt; 1Mega baud */&lt;/code&gt;. As soon as I set something bigger than &lt;code&gt;0x0F000000UL&lt;/code&gt;, the baud rate becomes 1 MBaud.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>