<?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 error : app_uart_get() returns NRF_ERROR_NO_MEM</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/73054/uart-error-app_uart_get-returns-nrf_error_no_mem</link><description>I am trying to communicate with my IOT using wired uart serial port. I am using 840(MCU) (with softdevice #113). 
 code: 
 
 
 My Issue: Each time I am trying to run it while PuTTy listening everything works BUT when PuTTy is off I am getting in while</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 09 Apr 2021 16:37:28 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/73054/uart-error-app_uart_get-returns-nrf_error_no_mem" /><item><title>RE: UART error : app_uart_get() returns NRF_ERROR_NO_MEM</title><link>https://devzone.nordicsemi.com/thread/304083?ContentTypeID=1</link><pubDate>Fri, 09 Apr 2021 16:37:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:788daf9d-ded1-4282-94b5-855e4fcb24cc</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I&amp;#39;m not sure why you would get a RX error when don&amp;#39;t have Putty open. Did you use the default UART RX pin (P0.08) when you tried this on the Nordic DK?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: UART error : app_uart_get() returns NRF_ERROR_NO_MEM</title><link>https://devzone.nordicsemi.com/thread/303664?ContentTypeID=1</link><pubDate>Thu, 08 Apr 2021 08:02:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:464ecab4-a9d0-4ec0-be92-9621f884be87</guid><dc:creator>BenSiso</dc:creator><description>&lt;p&gt;Hey Vidar, &lt;br /&gt;The event raised when NRF_DRV_UART_EVT_ERROR (I find out it by using breakpoints) has occurred.&lt;br /&gt;It only happen when putty is NOT open. &lt;br /&gt;I test it with our custom board and with nordic dk and I get the same error.&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: UART error : app_uart_get() returns NRF_ERROR_NO_MEM</title><link>https://devzone.nordicsemi.com/thread/303022?ContentTypeID=1</link><pubDate>Tue, 06 Apr 2021 07:46:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:240670ab-c86c-422f-a238-ad292b3ebcb3</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;The&amp;nbsp;APP_UART_COMMUNICATION_ERROR event is raised when one of the UART &lt;span&gt;&lt;a title="Error conditions" href="https://infocenter.nordicsemi.com/topic/ps_nrf52840/uarte.html?cp=4_0_0_5_33_3#concept_fpm_qcm_wr"&gt;Error conditions&lt;/a&gt;&lt;span&gt; &lt;/span&gt;&lt;/span&gt;has occured. Does this only happen when you don&amp;#39;t have putty open? Also, are you testing with a nordic devkit or a custom board?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: UART error : app_uart_get() returns NRF_ERROR_NO_MEM</title><link>https://devzone.nordicsemi.com/thread/302924?ContentTypeID=1</link><pubDate>Sat, 03 Apr 2021 21:35:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ff1cd026-03e6-40e4-bd10-6696ed3042fe</guid><dc:creator>BenSiso</dc:creator><description>&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;void uart_error_handle(app_uart_evt_t * p_event)
{
    if (p_event-&amp;gt;evt_type == APP_UART_COMMUNICATION_ERROR)
    { // ***HERE :
        APP_ERROR_HANDLER(p_event-&amp;gt;data.error_communication);
        // ---
    }
    else if (p_event-&amp;gt;evt_type == APP_UART_FIFO_ERROR)
    {
        APP_ERROR_HANDLER(p_event-&amp;gt;data.error_code);
    }
}&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: UART error : app_uart_get() returns NRF_ERROR_NO_MEM</title><link>https://devzone.nordicsemi.com/thread/301228?ContentTypeID=1</link><pubDate>Mon, 22 Mar 2021 13:52:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9fc010ef-cd09-4dce-9000-7c18e96cb895</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Could you please include the code where the &amp;quot;ERROR 4 [NRF_ERROR_NO_MEM]&amp;quot; message gets printed? app_uart_get() should only return&amp;nbsp; NRF_ERROR_NOT_FOUND or NRF_SUCCESS as far as I can tell.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>