<?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 called during an interruption not working properly.</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/55230/app_uart-called-during-an-interruption-not-working-properly</link><description>Dear community, 
 I am developing a firmware using SDK 16.0.0 which handles interruptions from an accelerometer and a timer. 
 I&amp;#39;ve built on top of APP_UART lib a set of functions for printing to the console as well as WifI module. 
 After configuring</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 06 Dec 2019 11:08:22 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/55230/app_uart-called-during-an-interruption-not-working-properly" /><item><title>RE: APP_UART called during an interruption not working properly.</title><link>https://devzone.nordicsemi.com/thread/224134?ContentTypeID=1</link><pubDate>Fri, 06 Dec 2019 11:08:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:057674ba-46e9-4477-a2fb-fe82672a52b0</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;Excellent :)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: APP_UART called during an interruption not working properly.</title><link>https://devzone.nordicsemi.com/thread/224133?ContentTypeID=1</link><pubDate>Fri, 06 Dec 2019 10:58:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7f9b3c13-c528-459a-840a-467b62088b64</guid><dc:creator>Ricardo Vicente</dc:creator><description>&lt;p&gt;Hi!&lt;br /&gt;&lt;br /&gt;Well this is silly but as you&amp;#39;ve mentioned FIFO it just ringed a bell!&lt;br /&gt;&lt;br /&gt;I&amp;#39;ve changed the IRQ priority level on UART in the sdk config, BUT the FIFO macro has an argument where you pass the priority as well.&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;APP_UART_FIFO_INIT(param, UART_RX_BUF_SIZE, UART_TX_BUF_SIZE, _uart_error_handle, APP_IRQ_PRIORITY_LOWEST, err_code);&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve changed APP_IRQ_PRIORITY_LOWEST to APP_IRQ_PRIORITY_HIGH and it is working now.&lt;br /&gt;&lt;br /&gt;Thank you!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: APP_UART called during an interruption not working properly.</title><link>https://devzone.nordicsemi.com/thread/223896?ContentTypeID=1</link><pubDate>Thu, 05 Dec 2019 12:40:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:098c5e20-47e1-46ef-ae0c-fa414ebfa0bb</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;I think I have seen this behavior before. I think it was related to adding wrong fifo file into the project. Can you give me a list of all FIFO and uart related file names in your project?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>