<?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>Where can I find documentation on UART settings?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/81023/where-can-i-find-documentation-on-uart-settings</link><description>Hello. I am developing a central operation using nrf52832 (S132 v7.0.1, SDK v17.0.0). 
 I am investigating the data bit and stop bit settings. At that time, I found a page where the data bit is fixed at 8 bits and the stop bit is fixed at 1 bit. I&amp;#39;m looking</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 28 Oct 2021 08:04:13 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/81023/where-can-i-find-documentation-on-uart-settings" /><item><title>RE: Where can I find documentation on UART settings?</title><link>https://devzone.nordicsemi.com/thread/336343?ContentTypeID=1</link><pubDate>Thu, 28 Oct 2021 08:04:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9877fb3e-1f37-4321-b959-f7c17609b2c5</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Not find the clear statement as you require, but in&amp;nbsp;nRF52832 PS&amp;nbsp;&lt;a title="Functional description" href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.nrf52832.ps.v1.1/uart.html?cp=4_2_0_49_0#concept_ntz_mrw_sr"&gt;UART Functional description&lt;/a&gt;:&lt;/p&gt;
&lt;p&gt;The UART implements support for the following features:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Full-duplex operation&lt;/li&gt;
&lt;li&gt;Automatic flow control&lt;/li&gt;
&lt;li&gt;Parity checking and generation for the 9&lt;sup&gt;th&lt;/sup&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;data bit&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;As illustrated in&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.nrf52832.ps.v1.1/uart.html#concept_dm5_drw_sr__fig"&gt;Figure&lt;/a&gt;, the UART uses the TXD and RXD registers directly to transmit and receive data. The UART uses one stop bit.&lt;/p&gt;
&lt;p&gt;Hope this can help.&lt;/p&gt;
&lt;p&gt;-Amanda&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Where can I find documentation on UART settings?</title><link>https://devzone.nordicsemi.com/thread/336316?ContentTypeID=1</link><pubDate>Thu, 28 Oct 2021 05:30:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f2681e5c-06ac-4303-8a4c-4484b574a8a6</guid><dc:creator>sdi_kei</dc:creator><description>&lt;p&gt;Hello.&lt;/p&gt;
&lt;p&gt;Proposed Thank you.&lt;br /&gt;However, I am involved in a BLE project, and I cannot change it from sdk17.0.0 due to the balance with other people.&lt;/p&gt;
&lt;p&gt;I checked the structure reference, but there was no mention of data bits and stop bits. Please tell me where it is listed.&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Best Regards.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Where can I find documentation on UART settings?</title><link>https://devzone.nordicsemi.com/thread/335703?ContentTypeID=1</link><pubDate>Mon, 25 Oct 2021 11:30:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:919490c4-e542-4f01-9cea-c97d00fb5afe</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
[quote user=""]I am developing a central operation using nrf52832 (S132 v7.0.1, SDK v17.0.0).[/quote]
&lt;p&gt;If you are using v17.0.0 for development, it is strongly recommended to switch to v17.0.2&amp;nbsp;as a bug fix release replacing nRF5 SDK v17.0.0. The latest version v17.1.0 is also released.&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;The UART supports 8-bit data + 1 stop bit and can be configured to use either even parity or no parity.&amp;nbsp;&lt;/span&gt;&lt;span&gt;When the &lt;a title="  CONFIG  " href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.nrf52832.ps.v1.1/uart.html?cp=4_2_0_49_9_12#register.CONFIG"&gt;&amp;nbsp;CONFIG&lt;/a&gt;&lt;/span&gt;&lt;span&gt;.is enabled, the parity bit is automatically calculated from the data. You can take a look at the&amp;nbsp;&lt;a title="Software Development Kit" href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.1.0/structapp__uart__comm__params__t.html?resultof=%22%61%70%70%5f%75%61%72%74%5f%63%6f%6d%6d%5f%70%61%72%61%6d%73%5f%74%22%20"&gt;app_uart_comm_params_t Struct Reference&lt;/a&gt;&amp;nbsp;which is used in the&amp;nbsp;&lt;a href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.1.0/uart_example.html"&gt;UART Example&lt;/a&gt;.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Regards,&lt;br /&gt;Amanda&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>