<?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>Probelm in transfering data using uart printf</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/29111/probelm-in-transfering-data-using-uart-printf</link><description>Hi, 
 I am using nrf52832 to scan beacons and then store temporary into two dimensional array.
I made interrupt that call after some interval to send stored beacons over uart. 
 I am able to print beacon data over uart when it scanned in BLE_GAP_EVT_ADV_REPORT</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Sat, 11 Nov 2017 10:03:43 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/29111/probelm-in-transfering-data-using-uart-printf" /><item><title>RE: Probelm in transfering data using uart printf</title><link>https://devzone.nordicsemi.com/thread/115573?ContentTypeID=1</link><pubDate>Sat, 11 Nov 2017 10:03:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cbe59f91-f455-40fd-8387-dd79b30a6c20</guid><dc:creator>Dhaval Dalvadi</dc:creator><description>&lt;p&gt;it&amp;#39;s solved i changed priority in
APP_UART_FIFO_INIT(&amp;amp;comm_params,
UART_RX_BUF_SIZE,
UART_TX_BUF_SIZE,
uart_event_handle,
&lt;strong&gt;APP_IRQ_PRIORITY_HIGHEST&lt;/strong&gt;,
err_code);&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Probelm in transfering data using uart printf</title><link>https://devzone.nordicsemi.com/thread/115571?ContentTypeID=1</link><pubDate>Wed, 08 Nov 2017 12:20:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c3a0584d-e2b2-4b70-a0f7-3fa1d0bdbfc1</guid><dc:creator>Dhaval Dalvadi</dc:creator><description>&lt;p&gt;i have copied from ble_app_uart example and using sdk14&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Probelm in transfering data using uart printf</title><link>https://devzone.nordicsemi.com/thread/115572?ContentTypeID=1</link><pubDate>Wed, 08 Nov 2017 11:51:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dce48e45-3460-410f-97f7-aceab2e6de9e</guid><dc:creator>Bj&amp;#248;rn Kvaale</dc:creator><description>&lt;p&gt;Which SDK are you using? Are you using the ble_app_uart example or are you using the app_uart example &amp;amp; retargeting the printf? Could be something with how the buffer is configured maybe.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>