<?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>NRF_ERROR_NO_MEM using ble_app_uart example</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/60657/nrf_error_no_mem-using-ble_app_uart-example</link><description>i have tried to interface nrf52 ble_app_uart example, 
 after debug this code with android app it shows some error. kindly give solution for this.</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 29 Apr 2020 11:03:01 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/60657/nrf_error_no_mem-using-ble_app_uart-example" /><item><title>RE: NRF_ERROR_NO_MEM using ble_app_uart example</title><link>https://devzone.nordicsemi.com/thread/247301?ContentTypeID=1</link><pubDate>Wed, 29 Apr 2020 11:03:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:04cb3cc5-9de8-48af-998a-ec902ab1c7f5</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Maybe your app is sending the data too fast for app uart to keep up? In that case, it should help to increase baudrate if it&amp;#39;s an option.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF_ERROR_NO_MEM using ble_app_uart example</title><link>https://devzone.nordicsemi.com/thread/247127?ContentTypeID=1</link><pubDate>Tue, 28 Apr 2020 13:50:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8745757c-2047-4a5f-b27b-5fc737d2b425</guid><dc:creator>Ask313</dc:creator><description>&lt;p&gt;sorry. I check with nRF Uart app, its working.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;i check with my own designed app, that time only this kind of error is coming.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF_ERROR_NO_MEM using ble_app_uart example</title><link>https://devzone.nordicsemi.com/thread/247076?ContentTypeID=1</link><pubDate>Tue, 28 Apr 2020 11:39:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6b3fa75c-1c09-491f-80df-356fcc00ac23</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;The default buffer sizes should be sufficient. Are you able to receive the UART TX data on your PC?&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF_ERROR_NO_MEM using ble_app_uart example</title><link>https://devzone.nordicsemi.com/thread/247044?ContentTypeID=1</link><pubDate>Tue, 28 Apr 2020 10:45:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9a3de505-3fdc-4981-afab-de3ff9928c77</guid><dc:creator>Ask313</dc:creator><description>&lt;p&gt;also my buffer size is mentioned here...&lt;/p&gt;
&lt;p&gt;#define UART_TX_BUF_SIZE 256 /**&amp;lt; UART TX buffer size. */&lt;br /&gt;#define UART_RX_BUF_SIZE 256 /**&amp;lt; UART RX buffer size. */&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF_ERROR_NO_MEM using ble_app_uart example</title><link>https://devzone.nordicsemi.com/thread/247042?ContentTypeID=1</link><pubDate>Tue, 28 Apr 2020 10:38:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1156b505-7651-4776-8f02-ad334dd57ea3</guid><dc:creator>Ask313</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;After debugging, the error code is read from&lt;/p&gt;
&lt;p&gt;err_code = app_uart_put(p_evt-&amp;gt;params.rx_data.p_data[i]);&lt;/p&gt;
&lt;p&gt;so, how can i resolve this problem.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks and&amp;nbsp; Regards&lt;/p&gt;
&lt;p&gt;Senthilkumar&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF_ERROR_NO_MEM using ble_app_uart example</title><link>https://devzone.nordicsemi.com/thread/246772?ContentTypeID=1</link><pubDate>Mon, 27 Apr 2020 11:05:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c063c1d5-7bc8-4504-8b4a-86e9ab588407</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Please confirm if the no memory error is returned from app_uart_put(). The error is returned from this function if you have run out out of TX buffers in the app uart library.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>