<?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>Serial Monitor and RTT are not working</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/105538/serial-monitor-and-rtt-are-not-working</link><description>I am working on custom PCB and have BMD-300 Module (nrf52832). When I am running the code on NRF52832 Eval Kit the serial monitor is working fine but when I am using custom board it do not print any data and some garbage data after some time. Other operations</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 09 Nov 2023 13:00:31 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/105538/serial-monitor-and-rtt-are-not-working" /><item><title>RE: Serial Monitor and RTT are not working</title><link>https://devzone.nordicsemi.com/thread/454918?ContentTypeID=1</link><pubDate>Thu, 09 Nov 2023 13:00:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c7bacdd8-1aac-42fc-bfae-49d0f6620e2b</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;As explained in &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/91521/how-to-use-rtt-to-debug-nrf52833-in-zephyr-project/384196"&gt;this post&lt;/a&gt;, you can get printk on RTT by adding this to your prj.conf:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;CONFIG_LOG=y
CONFIG_USE_SEGGER_RTT=y
CONFIG_RTT_CONSOLE=y
CONFIG_UART_CONSOLE=n&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>