<?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 application</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/27114/uart-application</link><description>Hello all, 
 I am working on nrf52832 Board and i want to use it as translator to send and receive the data , please tel which pins i need to select as UART(rx,tx) pins ? How to configure the same?</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 04 Dec 2017 23:51:42 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/27114/uart-application" /><item><title>RE: Uart application</title><link>https://devzone.nordicsemi.com/thread/106687?ContentTypeID=1</link><pubDate>Mon, 04 Dec 2017 23:51:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:73c64ccb-6858-487b-acbd-4f2105502f48</guid><dc:creator>mweger</dc:creator><description>&lt;p&gt;i am having the same issue it seems that any pins besides 6 and 8 causes a hardfault and a reset.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Uart application</title><link>https://devzone.nordicsemi.com/thread/106684?ContentTypeID=1</link><pubDate>Thu, 12 Oct 2017 07:29:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8ddacb71-3ca8-4b6c-8970-2416c6c4b625</guid><dc:creator>pavan</dc:creator><description>&lt;p&gt;Hi Arjun,&lt;/p&gt;
&lt;p&gt;Share your contact and company details.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Uart application</title><link>https://devzone.nordicsemi.com/thread/106683?ContentTypeID=1</link><pubDate>Thu, 12 Oct 2017 07:07:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a48b331d-17f9-4c06-aa4a-65a19da49495</guid><dc:creator>arjun</dc:creator><description>&lt;p&gt;Hi,
I am trying to config the other GPIO pins as UART RX/TX, as suggested above, but I am not getting any output on realterm. I get output, only when I use default config of 6 and 8(Tx/Rx).&lt;/p&gt;
&lt;p&gt;I am working on the temperature example given in peripheral. I am using PCA 10040 Development kit. Are there any other configuration settings, that I need to set??&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Uart application</title><link>https://devzone.nordicsemi.com/thread/106686?ContentTypeID=1</link><pubDate>Fri, 14 Jul 2017 13:34:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d3defd2f-9821-4426-9378-164cce889a75</guid><dc:creator>Joakim Jakobsen</dc:creator><description>&lt;p&gt;Yes, you can select other pins. This can be configured in the PCA10040.h file. Or you can change it directly in main in the &lt;strong&gt;app_uart_comm_params_t instance&lt;/strong&gt;.&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;const app_uart_comm_params_t 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_DISABLED,
    .use_parity   = false,
    .baud_rate    = UART_BAUDRATE_BAUDRATE_Baud115200
};
&lt;/code&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Uart application</title><link>https://devzone.nordicsemi.com/thread/106685?ContentTypeID=1</link><pubDate>Fri, 14 Jul 2017 11:13:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8a22bc4f-6a1b-419f-a97b-472f4cdab0ab</guid><dc:creator>pavan</dc:creator><description>&lt;p&gt;Thank you..
Can we select any other pins?if yes how to configure?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Uart application</title><link>https://devzone.nordicsemi.com/thread/106682?ContentTypeID=1</link><pubDate>Fri, 14 Jul 2017 10:54:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d7423491-11a2-44d0-9a3b-5192bf826081</guid><dc:creator>Gz</dc:creator><description>&lt;p&gt;I recommend you run the ble_app_uart project in the nRF5_SDK_13.0.0_0\examples\ble_peripheral, and the RX and TX are 8 and 6.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>