<?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_INTERNAL err code 3003</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/3902/nrf_error_internal-err-code-3003</link><description>Hi, 
 I&amp;#39;m trying to connect to BLE and send data on UART. I&amp;#39;m using nrf51422 with softdevice s310 and SDK v5.2.0. 
 The following code gives me error 3003 which I figured out it is NRF_ERROR_INTERNAL.
Can any one please let me know what does NRF_ERROR_INTERNAL</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 24 Sep 2014 20:20:16 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/3902/nrf_error_internal-err-code-3003" /><item><title>RE: NRF_ERROR_INTERNAL err code 3003</title><link>https://devzone.nordicsemi.com/thread/14041?ContentTypeID=1</link><pubDate>Wed, 24 Sep 2014 20:20:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:12028462-86ea-4fff-a692-d9bdc5f511e3</guid><dc:creator>zubin</dc:creator><description>&lt;p&gt;Thanks Tim, it works now.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF_ERROR_INTERNAL err code 3003</title><link>https://devzone.nordicsemi.com/thread/14040?ContentTypeID=1</link><pubDate>Tue, 23 Sep 2014 22:31:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f0f30f41-8a9f-403e-8d50-1ae31a8dfa8c</guid><dc:creator>tim</dc:creator><description>&lt;p&gt;One option is&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;sd_ble_tx_buffer_count_get(uint8_t* p_count)
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;the other might be to ignore this error and not try to send a message indicating what the error was.&lt;/p&gt;
&lt;p&gt;For example&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;err_code = ble_nus_send_string(&amp;amp;m_nus, data_a,
                (length - offset + length1 + 1 ));
    if ((err_code != NRF_SUCCESS) &amp;amp;&amp;amp;
        (err_code != BLE_ERROR_NO_TX_BUFFERS))
{
     APP_ERROR_CHECK(err_code);
}
&lt;/code&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF_ERROR_INTERNAL err code 3003</title><link>https://devzone.nordicsemi.com/thread/14039?ContentTypeID=1</link><pubDate>Tue, 23 Sep 2014 21:55:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ce6e5f06-f8a8-4734-ae59-f6793c7590f1</guid><dc:creator>zubin</dc:creator><description>&lt;p&gt;When this error occurs the nrf51422 software hangs hard.&lt;/p&gt;
&lt;p&gt;How can I determine when we are running out of TX buffers to prevent this error from occurring ?&lt;/p&gt;
&lt;p&gt;Can we tell soft device to drop pending packets?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF_ERROR_INTERNAL err code 3003</title><link>https://devzone.nordicsemi.com/thread/14038?ContentTypeID=1</link><pubDate>Tue, 23 Sep 2014 21:47:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1404ad47-bc2a-45bc-b2a1-6233debf75f5</guid><dc:creator>Ulrich Myhre</dc:creator><description>&lt;p&gt;0x3003 is BLE_ERROR_NO_TX_BUFFERS. You have to wait for any pending packets to be sent and retry.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>