<?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>How can I transfer 1000byte from uart through Nrf 52 to Ble application?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/70287/how-can-i-transfer-1000byte-from-uart-through-nrf-52-to-ble-application</link><description>I want to transfer 1000Bytes. if I transfer 1000bytes every second after some time connection broken, 
 and need to reboot the device and connect it again 
 how can I solve this problem 
 I am using simple App_UArt code</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 11 Jan 2021 14:05:34 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/70287/how-can-i-transfer-1000byte-from-uart-through-nrf-52-to-ble-application" /><item><title>RE: How can I transfer 1000byte from uart through Nrf 52 to Ble application?</title><link>https://devzone.nordicsemi.com/thread/288416?ContentTypeID=1</link><pubDate>Mon, 11 Jan 2021 14:05:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8e2d831d-0cf3-447c-a62a-e71759399714</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;Have you tried to increase:&lt;/p&gt;
&lt;p&gt;#define UART_TX_BUF_SIZE 1024 /**&amp;lt; UART TX buffer size. */&lt;br /&gt;#define UART_RX_BUF_SIZE 1024 /**&amp;lt; UART RX buffer size. */&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>