<?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>Printing in Eclipse IDE with GCC</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/26211/printing-in-eclipse-ide-with-gcc</link><description>I am using Eclipse IDE with GCC to compile and download to the Nordic DK board. Currently am using Segger RTT viewer to print. However, most of the time it is not able to print everything out. For example, a for loop from 0-31 to print each character</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 24 Oct 2017 14:22:01 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/26211/printing-in-eclipse-ide-with-gcc" /><item><title>RE: Printing in Eclipse IDE with GCC</title><link>https://devzone.nordicsemi.com/thread/103228?ContentTypeID=1</link><pubDate>Tue, 24 Oct 2017 14:22:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5814da72-0e32-4be2-9462-5cb7d5f20d6d</guid><dc:creator>Turbo J</dc:creator><description>&lt;p&gt;Segger RTT can be configured to use blocking functions. You probably also want to disable &lt;code&gt;NRF_LOG_DEFERRED&lt;/code&gt; in this case.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Printing in Eclipse IDE with GCC</title><link>https://devzone.nordicsemi.com/thread/103229?ContentTypeID=1</link><pubDate>Tue, 24 Oct 2017 11:26:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f79f7cb4-dcad-4093-96c1-2ddb8f162ecb</guid><dc:creator>Bj&amp;#248;rn Kvaale</dc:creator><description>&lt;p&gt;From what I have read, it seems Segger RTT is a better solution than printing in the Eclipse IDE (&lt;a href="https://devzone.nordicsemi.com/question/81073/print-data-to-eclipse-consoleterminal-for-nrf52-on-osx/"&gt;see link&lt;/a&gt;). What if you convert the array to a string first and then print the string instead using printf()?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Printing in Eclipse IDE with GCC</title><link>https://devzone.nordicsemi.com/thread/103230?ContentTypeID=1</link><pubDate>Tue, 24 Oct 2017 05:58:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c77dad2f-6fe4-432e-b254-8aa2bade006b</guid><dc:creator>Sydney</dc:creator><description>&lt;p&gt;I&amp;#39;ve run into similar issues when trying to print data in a loop with RTT and the logger library with SDK14 and GCC. I don&amp;#39;t have a proper solution, but I was able to make things better by setting NRF_LOG_DEFERRED to 0 in sdk_config.h and putting short nrf_delay_ms(1) calls in my loops. Definitely not ideal, but I only needed to do it in code that won&amp;#39;t be running in production, and it got me over a hump, so that&amp;#39;s where I settled.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>