<?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>Enabling UART 2 with hardware flow control on nRF9160DK</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/85351/enabling-uart-2-with-hardware-flow-control-on-nrf9160dk</link><description>Hi! 
 I am trying to enable a UART line for a peripheral that I want to interface with on a nRF9160. I am trying to set it up as an async or interrupt driven interface as the other device may have significant delays before CTS is asserted or responses</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 02 Mar 2022 15:18:41 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/85351/enabling-uart-2-with-hardware-flow-control-on-nrf9160dk" /><item><title>RE: Enabling UART 2 with hardware flow control on nRF9160DK</title><link>https://devzone.nordicsemi.com/thread/355875?ContentTypeID=1</link><pubDate>Wed, 02 Mar 2022 15:18:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b7f41812-6687-4173-b21f-06d313bde745</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Thanks for the updates. As you found out, the callback function is not supported when using the interrupt API, but it&amp;#39;s probably better to use the asynchronous APIs anyway.&amp;nbsp; I should also add that the UART documentation has been revised in Zephyr upstream. It now has a more clear description of the different API functions: &lt;a href="https://docs.zephyrproject.org/latest/reference/peripherals/uart.html"&gt;https://docs.zephyrproject.org/latest/reference/peripherals/uart.html&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Enabling UART 2 with hardware flow control on nRF9160DK</title><link>https://devzone.nordicsemi.com/thread/355856?ContentTypeID=1</link><pubDate>Wed, 02 Mar 2022 14:38:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8ae6aa03-8e60-4e2e-b24a-33720e4147e7</guid><dc:creator>Oskar</dc:creator><description>&lt;p&gt;UPDATE 2:&lt;br /&gt;This seems to fix it.&lt;/p&gt;
&lt;p&gt;UPDATE:&lt;/p&gt;
&lt;p&gt;Disabling INTERRUPT_DRIVEN and enabling ASYNC_API seems to remove the error like so:&lt;/p&gt;
&lt;pre&gt;CONFIG_UART_INTERRUPT_DRIVEN=N&lt;br /&gt;CONFIG_UART_ASYNC_API=y&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>