<?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>What is the UART default parity configuration</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/5217/what-is-the-uart-default-parity-configuration</link><description>Hello, 
 I&amp;#39;m currently reading nRF51_Series_Reference_Manual_v2.1.pdf. On page 28.9.9 there is the UART CONFIG register documented. Two bits of configuration for the Parity (ID B), where the value 0x0 denotes no parity and 0x7 even parity (as far as</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 20 Jan 2015 16:25:59 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/5217/what-is-the-uart-default-parity-configuration" /><item><title>RE: What is the UART default parity configuration</title><link>https://devzone.nordicsemi.com/thread/18284?ContentTypeID=1</link><pubDate>Tue, 20 Jan 2015 16:25:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8213f621-d893-41fc-bf50-37df7c71fde4</guid><dc:creator>Torsten Robitzki</dc:creator><description>&lt;p&gt;I&amp;#39;ve downloaded Version 3.0. Thank you now this makes sense ;-) And 0x0 beeing the default.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: What is the UART default parity configuration</title><link>https://devzone.nordicsemi.com/thread/18283?ContentTypeID=1</link><pubDate>Tue, 20 Jan 2015 16:17:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4c845dd3-c90f-4142-9a85-adedc3d462f3</guid><dc:creator>Paul</dc:creator><description>&lt;p&gt;Hi Torsten&lt;/p&gt;
&lt;p&gt;It should be 3 bit ,and 0x0 for excluded, and 0x7 for included.
Manual V3.0 fixed this error.&lt;/p&gt;
&lt;p&gt;The nrf51_bitfields.h is also correct :-)&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;/* Bits 3..1 : Include parity bit. */
#define UART_CONFIG_PARITY_Pos (1UL) /*!&amp;lt; Position of PARITY field. */
#define UART_CONFIG_PARITY_Msk (0x7UL &amp;lt;&amp;lt; UART_CONFIG_PARITY_Pos) /*!&amp;lt; Bit mask of PARITY field. */
#define UART_CONFIG_PARITY_Excluded (0UL) /*!&amp;lt; Parity bit excluded. */
#define UART_CONFIG_PARITY_Included (7UL) /*!&amp;lt; Parity bit included. */
&lt;/code&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>