<?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 communication without CTS RTS.</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/23278/uart-communication-without-cts-rts</link><description>Hello, 
 I am using nRF51822 and an STM32 communicating over UART. I want to test UART communication without CTS and RTS so I did the configuration as shown below: 
 static void uart_init(void)
{ 
 uint32_t err_code;
const app_uart_comm_params_t</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 07 Jul 2017 08:42:04 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/23278/uart-communication-without-cts-rts" /><item><title>RE: UART communication without CTS RTS.</title><link>https://devzone.nordicsemi.com/thread/91531?ContentTypeID=1</link><pubDate>Fri, 07 Jul 2017 08:42:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ce427e34-2591-459c-a37d-e23d52565a5e</guid><dc:creator>Bayram ZAYET</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Yes I changed it to APP_UART_FLOW_CONTROL_DISABLED  but I had to change my:
BLE_USART_RTS_PIN_NUMBER,
BLE_USART_CTS_PIN_NUMBER,
both to NULL.
and now it works .&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: UART communication without CTS RTS.</title><link>https://devzone.nordicsemi.com/thread/91530?ContentTypeID=1</link><pubDate>Thu, 06 Jul 2017 11:56:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:52dc53ef-7c0a-48c6-b396-1d8c759e6a51</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;In order to not use CTS/RTS you only need to use &lt;code&gt;APP_UART_FLOW_CONTROL_DISABLED&lt;/code&gt; as you have done. Did you remember to turn off the flow-control on the STM32 ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>