<?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>UART Parity Control</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/3197/uart-parity-control</link><description>Hello
I found similar questions but no answer?
In the manual is written that I can control the parity bit in manual mode with the TXPARITY register but I can not find how? 
 I need to explicitly control the 9th parity bit regardless of what the parity</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 14 Jul 2015 11:56:22 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/3197/uart-parity-control" /><item><title>RE: UART Parity Control</title><link>https://devzone.nordicsemi.com/thread/11755?ContentTypeID=1</link><pubDate>Tue, 14 Jul 2015 11:56:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:69cabad6-1aba-4cda-ac8b-cdabde031ecc</guid><dc:creator>Alexander Maurer</dc:creator><description>&lt;p&gt;Hi
For my problem I fixed it for EVEN Parity with this code&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;params.baud_rate = UART_BAUDRATE_BAUDRATE_Baud19200;
params.tx_pin_no = TX_PIN_NUMBER;
params.rx_pin_no = RX_PIN_NUMBER;
params.use_parity = true;
params.flow_control = APP_UART_FLOW_CONTROL_DISABLED;

err_code = app_uart_init(&amp;amp;params, &amp;amp;bufs, uart_evt_handler, APP_IRQ_PRIORITY_LOW,  
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;In the function app_uart_init  I changed&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;if (p_comm_params-&amp;gt;use_parity)
{
			NRF_UART0-&amp;gt;CONFIG  = 0x0E; // Parity enable   RX TX Auto
}
&lt;/code&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: UART Parity Control</title><link>https://devzone.nordicsemi.com/thread/11754?ContentTypeID=1</link><pubDate>Tue, 14 Jul 2015 11:33:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1d94f3b5-81d3-4941-8e24-f7740ec57012</guid><dc:creator>Manny M.</dc:creator><description>&lt;p&gt;I also have the same problem.  I&amp;#39;m looking to use specify the parity bit using TXPARITY register instead of it automatically being generated from TXD and cannot find a way to do it.  Has anyone resolved this?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: UART Parity Control</title><link>https://devzone.nordicsemi.com/thread/11753?ContentTypeID=1</link><pubDate>Thu, 02 Apr 2015 14:42:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c4d45b0c-626a-48fc-ab49-0250655591ad</guid><dc:creator>Nedecz Mih&amp;#225;ly</dc:creator><description>&lt;p&gt;Hi! I have a same problem. Are you resolved this?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>