<?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>How to configure UART pins?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/88476/how-to-configure-uart-pins</link><description>I would like to configure the TXD, RXD, RTS and CTS pins for the UART on the nRF52832. 
 I saw that the uart0 node ( nordic,nrf-uarte ) has attributes like rts-pin but they carry a warning: 
 IMPORTANT: This option will only be used if the new pin control</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 08 Jun 2022 12:09:39 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/88476/how-to-configure-uart-pins" /><item><title>RE: How to configure UART pins?</title><link>https://devzone.nordicsemi.com/thread/371390?ContentTypeID=1</link><pubDate>Wed, 08 Jun 2022 12:09:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7f02c20a-2ad5-4deb-baf9-127eadbc37b6</guid><dc:creator>Priyanka</dc:creator><description>&lt;p&gt;Hi Andre,&lt;/p&gt;
&lt;p&gt;As mentioned, if you are enabling the &lt;a href="http://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.0.0/nrf/ug_pinctrl.html#ug-pinctrl"&gt;new pin control drive&lt;/a&gt;r, this will be different. You can refer to the &lt;a href="http://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.0.0/nrf/migration/migration_guide_1.x_to_2.x.html#pin-control-transition"&gt;migration guide&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;-Priyanka&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to configure UART pins?</title><link>https://devzone.nordicsemi.com/thread/370495?ContentTypeID=1</link><pubDate>Wed, 01 Jun 2022 14:52:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:36221cc3-b185-4479-814c-966ea46f11b6</guid><dc:creator>AndreKR</dc:creator><description>&lt;p&gt;Yes. From what I understand there is also the nRF5 SDK but at least for nRF52832 it is deprecated, right?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to configure UART pins?</title><link>https://devzone.nordicsemi.com/thread/370468?ContentTypeID=1</link><pubDate>Wed, 01 Jun 2022 13:26:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:364ac115-8a9b-4118-a260-955a52c6fd27</guid><dc:creator>Priyanka</dc:creator><description>&lt;p&gt;Hi Andre,&lt;/p&gt;
&lt;p&gt;And you are working on the nRF Connect SDK?&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Priyanka&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to configure UART pins?</title><link>https://devzone.nordicsemi.com/thread/370310?ContentTypeID=1</link><pubDate>Wed, 01 Jun 2022 01:32:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7d267677-585c-4f25-a2e0-668316133d9b</guid><dc:creator>RFstar_Sunny</dc:creator><description>&lt;p&gt;Hi Andre, &lt;br /&gt;Based on our development experience, you can try the followings:&lt;br /&gt;&lt;br /&gt;Referring to the configuration in&amp;nbsp;&lt;em&gt;sdk\examples\ble_peripheral\ble_app_uart&lt;/em&gt;, pls change&amp;nbsp;&lt;em&gt;app_uart_comm_params_t&lt;/em&gt; to the following:&lt;br /&gt;&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt; app_uart_comm_params_t const comm_params = {
        .rx_pin_no    = RX_PIN_NUMBER,
        .tx_pin_no    = TX_PIN_NUMBER,
        .rts_pin_no   = RTS_PIN_NUMBER,
        .cts_pin_no   = CTS_PIN_NUMBER,
        .flow_control = APP_UART_FLOW_CONTROL_ENABLED,//APP_UART_FLOW_CONTROL_DISABLED APP_UART_FLOW_CONTROL_ENABLED
        .use_parity   = false,
        .baud_rate    = bps
    };&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;If possible,&amp;nbsp;it is better to share the warning info.&lt;br /&gt;&lt;br /&gt;RF-star Sunny&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>