<?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 RTT to debug NRF52833 in Zephyr project?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/91521/how-to-use-rtt-to-debug-nrf52833-in-zephyr-project</link><description>I&amp;#39;m doing with the nRF Connect SDK v.19.1, testing the project C:\ncs\v1.9.1\zephyr\samples\hello_world. 
 The main. c file is 
 void main(void) { printk(&amp;quot;Hello World! %s\n&amp;quot;, CONFIG_BOARD); } 
 To obtain the information from printk function, I added the</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 01 Sep 2022 11:34:56 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/91521/how-to-use-rtt-to-debug-nrf52833-in-zephyr-project" /><item><title>RE: How to use RTT to debug NRF52833 in Zephyr project?</title><link>https://devzone.nordicsemi.com/thread/384315?ContentTypeID=1</link><pubDate>Thu, 01 Sep 2022 11:34:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:746569e5-3994-42d8-b555-ab9a165082a4</guid><dc:creator>Hieu</dc:creator><description>&lt;p&gt;&lt;span&gt;Glad to hear it. I have marked my previous reply as the answer then, I hope you don&amp;#39;t mind. Reach out to us anytime if you have more questions&amp;nbsp;:)&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to use RTT to debug NRF52833 in Zephyr project?</title><link>https://devzone.nordicsemi.com/thread/384211?ContentTypeID=1</link><pubDate>Wed, 31 Aug 2022 19:27:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7af10320-60b3-4aba-902a-b7d647254c59</guid><dc:creator>Zach Liu</dc:creator><description>&lt;p&gt;Hi Hieu,&lt;/p&gt;
&lt;p&gt;Based on your information. The RTT viewer is working now. Thank you so much.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to use RTT to debug NRF52833 in Zephyr project?</title><link>https://devzone.nordicsemi.com/thread/384196?ContentTypeID=1</link><pubDate>Wed, 31 Aug 2022 15:59:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e8a7e000-db6a-4ecc-9b6f-354cde54b996</guid><dc:creator>Hieu</dc:creator><description>&lt;p&gt;Hi, I was able to retarget &lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;printk()&lt;/span&gt;&amp;nbsp;to RTT with the following prj.conf setup:&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;CONFIG_LOG=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;CONFIG_USE_SEGGER_RTT=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;CONFIG_RTT_CONSOLE=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;CONFIG_UART_CONSOLE=n&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;Could you please try on your end and see if it&amp;nbsp;gets you the RTT output?&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>