<?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>Moving from UART FIFO to two separate UART instances</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/92548/moving-from-uart-fifo-to-two-separate-uart-instances</link><description>Hi, 
 
 I have a working code that uses the UART FIFO instance which uses the app_uart_put and app_uart_get functions to communicate to an external LCD module. I want to now add an additional uart instance to communicate to an additional peripheral. However</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 04 Oct 2022 14:46:09 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/92548/moving-from-uart-fifo-to-two-separate-uart-instances" /><item><title>RE: Moving from UART FIFO to two separate UART instances</title><link>https://devzone.nordicsemi.com/thread/389245?ContentTypeID=1</link><pubDate>Tue, 04 Oct 2022 14:46:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a36a9f24-eff1-4b47-97a9-cb288baaf7e4</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Do you get this from the unmodified example? Or did you integrate it into your own application?&lt;/p&gt;
&lt;p&gt;I&amp;#39;m not able to reproduce this error.&lt;/p&gt;
&lt;p&gt;Which SDK version and compiler are you using? Can you upload your sdk_config.h file?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Moving from UART FIFO to two separate UART instances</title><link>https://devzone.nordicsemi.com/thread/389139?ContentTypeID=1</link><pubDate>Tue, 04 Oct 2022 08:17:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:089aa2ee-34fe-4376-b819-c737f6d40983</guid><dc:creator>Sumedh</dc:creator><description>&lt;p&gt;In libuarte example i am getting following error for line&amp;nbsp;&lt;/p&gt;
&lt;p&gt;NRF_LIBUARTE_ASYNC_DEFINE(libuarte, 0, 0, 0,NRF_LIBUARTE_PERIPHERAL_NOT_USED,255,3);&lt;/p&gt;
&lt;p&gt;: error:&amp;nbsp; #94: the size of an array must be greater than zero. This is somehow related to sdkconfig file but not able to figure out what I am missing.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Moving from UART FIFO to two separate UART instances</title><link>https://devzone.nordicsemi.com/thread/389022?ContentTypeID=1</link><pubDate>Mon, 03 Oct 2022 13:52:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bab898b4-4e29-4b84-93f9-559c734d9d1d</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;The&amp;nbsp;&lt;a title="Libuarte - advanced UARTE driver" href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.1.0/lib_libuarte.html"&gt;Libuarte - advanced UARTE driver&lt;/a&gt;&amp;nbsp;library supports multiple UART instances. You can have a look at &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/77956/libuarte-instead-of-serial-uartes/322286"&gt;this example&lt;/a&gt; if you want to run both instances through libUARTE. You may also continue using app_uart for one UART instance, and use libUARTE for the second instance if you prefer that.&lt;/p&gt;
&lt;p&gt;Another alternative is to use the &lt;a href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.1.0/hardware_driver_uart.html"&gt;UART driver&lt;/a&gt; directly.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Jørgen&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>