<?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>nRF52 iOS UART application disconnects with 60 characters</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/9401/nrf52-ios-uart-application-disconnects-with-60-characters</link><description>Hi, 
 I am using nRF52 + Eclipse (gcc) with the ble_app_uart application. 
 I have an iPhone 6+ with nRF UART app running. 
 If I send &amp;lt;= 59 characters through the virtual UART they appear in the app log. 
 If I send &amp;gt;= 60 characters the nRF UART</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 23 Sep 2015 17:59:35 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/9401/nrf52-ios-uart-application-disconnects-with-60-characters" /><item><title>RE: nRF52 iOS UART application disconnects with 60 characters</title><link>https://devzone.nordicsemi.com/thread/34682?ContentTypeID=1</link><pubDate>Wed, 23 Sep 2015 17:59:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:16f7d456-f944-499f-88da-54d01c2f7b60</guid><dc:creator>ajlennon</dc:creator><description>&lt;p&gt;I think I see the problem.&lt;/p&gt;
&lt;p&gt;app_error_handler() is being called which is resulting in a call to NVIC_SystemReset()&lt;/p&gt;
&lt;p&gt;The error code is 0x3004 which seems to be detailed here&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/question/17211/error-code-0x3004/"&gt;devzone.nordicsemi.com/.../&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;i.e. BLE_ERROR_NO_TX_BUFFERS&lt;/p&gt;
&lt;p&gt;So it seems that the UART example needs to ensure it has free buffers before attempting to send the data...&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>