<?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>APP_UART_FIFO_INIT crashes</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/19767/app_uart_fifo_init-crashes</link><description>I am trying to set up fifo&amp;#39;ed uart. However, APP_UART_FIFO_INIT crashes with an error value 8. I traked back the reason into this nrf driver code fragment: 
 ret_code_t nrf_drv_uart_init(const nrf_drv_uart_t * p_instance, nrf_drv_uart_config_t const</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 22 Aug 2018 22:24:52 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/19767/app_uart_fifo_init-crashes" /><item><title>RE: APP_UART_FIFO_INIT crashes</title><link>https://devzone.nordicsemi.com/thread/145387?ContentTypeID=1</link><pubDate>Wed, 22 Aug 2018 22:24:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a0168ffd-0775-4d4c-9117-ef9fe13824dd</guid><dc:creator>LuckyGinger</dc:creator><description>[quote userid="2551" url="~/f/nordic-q-a/19767/app_uart_fifo_init-crashes/137180"]Are you sure your code isn&amp;#39;t executing twice?[/quote]
&lt;p&gt;Can you explain what you mean by this? I am currently having the same error and I think that this may be related to my issue. Thanks&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: APP_UART_FIFO_INIT crashes</title><link>https://devzone.nordicsemi.com/thread/137180?ContentTypeID=1</link><pubDate>Thu, 21 Jun 2018 22:21:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7844486a-6c69-4732-8536-f397624b1116</guid><dc:creator>Eliot Stock</dc:creator><description>&lt;p&gt;Are you sure your code isn&amp;#39;t executing twice? I had the same problem and that was the cause in my case.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: APP_UART_FIFO_INIT crashes</title><link>https://devzone.nordicsemi.com/thread/76862?ContentTypeID=1</link><pubDate>Mon, 13 Mar 2017 13:20:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f928d54f-a044-4fb5-8306-483264b290d0</guid><dc:creator>Jarmo</dc:creator><description>&lt;p&gt;Yes, it was initialized:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;(void)NRF_LOG_INIT(NULL); // this is not actually used
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;But if I remove the initialization, Bluetooth stack initialization jams. So I assume there is some reference to logger, and it must be initialized. Well, have to study more.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: APP_UART_FIFO_INIT crashes</title><link>https://devzone.nordicsemi.com/thread/76861?ContentTypeID=1</link><pubDate>Fri, 17 Feb 2017 14:20:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:02fc5fe7-6cf2-46fc-83a5-d3874cb54b9d</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Are you sure you do not have the NRF Logger module initialized? If this is set to use UART, you will not be able to initialize the UART module, and APP_UART_FIFO_INIT will return error code 0x08 (NRF_ERROR_INVALID_STATE).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>