<?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 hardware flow control problems</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/39073/uart-hardware-flow-control-problems</link><description>As it is stated in documentation, RTS is active low. But a peripheral device we use expects it to be active high. Can this be changed in software somehow or it requires a hardware solution?</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 02 Oct 2018 09:32:03 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/39073/uart-hardware-flow-control-problems" /><item><title>RE: UART hardware flow control problems</title><link>https://devzone.nordicsemi.com/thread/151186?ContentTypeID=1</link><pubDate>Tue, 02 Oct 2018 09:32:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dc8a8cdb-01af-4716-8a67-3ed174a70236</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;You can control the flow control lines (RTS and CTS) fully in software. For instance you can based on the logic levels on the pins start and stop the UART to receive or transmit serial data.&amp;nbsp;You should&amp;nbsp;disable the Hardware Flow control bit when configuring the UART peripheral, and handle the flow control pins depending on your application requirements. I don&amp;#39;t see any specific issue with this approach, typically I expect you to have better control of timing and power consumption this way, but you will need to write some more code (e.g. wakeup on pin for instance) to start and stop the UART.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Kenneth&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>