<?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 printf() function</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/12152/nrf52-printf-function</link><description>hi I am i using Keil to debug the progam, it seems like that the printf() function can&amp;#39;t work in keil, so i use jlink RTT to perform the printf function to collect data . since i want to collect a great number of data,the RTT can only receive 200 lines</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 07 Mar 2016 10:27:55 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/12152/nrf52-printf-function" /><item><title>RE: nrf52 printf() function</title><link>https://devzone.nordicsemi.com/thread/45968?ContentTypeID=1</link><pubDate>Mon, 07 Mar 2016 10:27:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f048a391-8a9b-4137-a142-c86e7c8f6143</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Your comment is a new question that is not obviously related to the previous question. You will have a better hope for getting an answer if you post it as a new question.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52 printf() function</title><link>https://devzone.nordicsemi.com/thread/45967?ContentTypeID=1</link><pubDate>Sun, 06 Mar 2016 03:33:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:01f129df-281b-4a36-8379-c5c05d08be8d</guid><dc:creator>oliverhu</dc:creator><description>&lt;p&gt;I am using SPI interface to collect data from the slave(ads1192) and transmitted it to nrf52 DK,previously,I just used RTT to show the received data, but now i try to use uart and ble to build communication between PC and smartphone. so i used ble-app-uart example and add spi function into the example. the problem is that when i added the spi function into it , the spi part will not run properly but the ble still can work. is there any interference between ble and spi?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52 printf() function</title><link>https://devzone.nordicsemi.com/thread/45966?ContentTypeID=1</link><pubDate>Fri, 26 Feb 2016 07:03:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f3dc2863-d423-4285-b94c-0c3aa2b69abb</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;You can retarget &lt;code&gt;printf&lt;/code&gt; so that what you print is sent over UART. You can see how this is done in the &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v11.0.0/uart_example.html?cp=4_0_0_4_4_32"&gt;UART example&lt;/a&gt;. The key concept is that you can &lt;em&gt;retarget&lt;/em&gt; the printf wherever you like, such as over UART. This is implemented in /components/libraries/uart/retarget.c.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>