<?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 to use &amp;quot;RTT debugging&amp;quot; with gcc compiler?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/12353/how-to-use-rtt-debugging-with-gcc-compiler</link><description>The link below here, has a tutorial about using RTT debuging with keil. 
 devzone.nordicsemi.com/.../ 
 I don&amp;#39;t have keil and i use arm gcc compiler, can you please guide me to a link / procedure where i can find the same RTT debugging with gcc</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Sat, 05 Mar 2016 06:35:00 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/12353/how-to-use-rtt-debugging-with-gcc-compiler" /><item><title>RE: How to use "RTT debugging" with gcc compiler?</title><link>https://devzone.nordicsemi.com/thread/46723?ContentTypeID=1</link><pubDate>Sat, 05 Mar 2016 06:35:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1faba80b-2088-4ce7-9fef-d373be45d789</guid><dc:creator>RK</dc:creator><description>&lt;p&gt;Just download the few files from SEGGER and read the couple of pages&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.segger.com/jlink-rtt.html"&gt;www.segger.com/jlink-rtt.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;There&amp;#39;s examples there but honestly it&amp;#39;s very easy, add the .c files to your project, add the .h file path to your include and put &lt;code&gt;SEGGER_RTT_WriteString( 0, &amp;quot;Hello World\n&amp;quot; )&lt;/code&gt; in your executable.&lt;/p&gt;
&lt;p&gt;Then you have to work out how to view it which probably means using the SEGGER RTT viewer. Or just move to SEGGER Embedded Studio which has been blogged about here recently and that has an RTT viewer built-in.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>