<?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>Segger J-link RTT.</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/14866/segger-j-link-rtt</link><description>We are currently working on NRF52 DK. 
 I know that a Segger RTT is used to print the debug message using a Real Time Terminal(like TeraData or Hercules). 
 I know that a Segger J-link is a programmer and debugger. Are we using the programmer-debugger</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 03 Aug 2016 14:45:46 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/14866/segger-j-link-rtt" /><item><title>RE: Segger J-link RTT.</title><link>https://devzone.nordicsemi.com/thread/56738?ContentTypeID=1</link><pubDate>Wed, 03 Aug 2016 14:45:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c367add7-9751-4c7c-abce-d0af84a42a2d</guid><dc:creator>Alex</dc:creator><description>&lt;p&gt;To get the debug output you can also use a telnet client instead of the JLinkClient (&lt;a href="https://devzone.nordicsemi.com/question/83524/how-to-use-rtt-viewer-or-similar-on-gnulinux/"&gt;see this post&lt;/a&gt; ).
If you are using eclipse you can use the &amp;quot;TM Terminal&amp;quot; plugin. With this plugin you have a telnet client within eclipse (&lt;a href="https://devzone.nordicsemi.com/question/81073/print-data-to-eclipse-consoleterminal-for-nrf52-on-osx/?answer=81380#post-id-81380"&gt;see this post&lt;/a&gt; ).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Segger J-link RTT.</title><link>https://devzone.nordicsemi.com/thread/56737?ContentTypeID=1</link><pubDate>Thu, 30 Jun 2016 10:32:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b8f4cade-9c80-403d-bbfb-ace614978e25</guid><dc:creator>schneider</dc:creator><description>&lt;p&gt;Using Segger RTT with the nrf52 and a JLink Probe is quite easy:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;You can &amp;quot;redirect&amp;quot; &lt;code&gt;NRF_LOG_PRINTF&lt;/code&gt; through SeggerRTT by setting &lt;code&gt;NRF_LOG_USES_RTT&lt;/code&gt; to 1  in your makefile/project (defined in nrf_log.h).&lt;/li&gt;
&lt;li&gt;You can access the the SeggerRTT in a UART like way directly through the APIs in external/segger_rtt/SEGGER_RTT.h&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;To get your debugging output on the host machine, you can use &lt;code&gt;JLinkRTTClient&lt;/code&gt; on Unix Machines (make sure you have a open JLink connection) or JLink RTT Viewer on Windows&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>