<?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>RTT from external module on nRF52-DK</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/82512/rtt-from-external-module-on-nrf52-dk</link><description>I&amp;#39;m trying to connect external nrf52832 module to nrf52-dk (PCA10040). I use wiring scheme from this picture: 
 
 
 
 And it works fine for programming. But I can&amp;#39;t get RTT messages from my external module - only from onboard chip. 
 
 I suppose this</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 08 Dec 2021 21:35:50 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/82512/rtt-from-external-module-on-nrf52-dk" /><item><title>RE: RTT from external module on nRF52-DK</title><link>https://devzone.nordicsemi.com/thread/342611?ContentTypeID=1</link><pubDate>Wed, 08 Dec 2021 21:35:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1655a6ee-e7e6-44f6-8a6b-1d26117fe056</guid><dc:creator>suricat</dc:creator><description>&lt;p&gt;So, finally I figured out. As I said before I use PlatformIO as IDE and Zephyr as framework. For printing debug messages I used printk() function and wathced results in PlatformIO terminal. But I missed that terminal shows data as serial monitor and it get this data from uart link between nrf-chip and jlink-programmer chip. When I tried connect to J-Link RTT Viewer I&amp;#39;ve see nothing and this moment I suspect that my debug messages has transferred not through SWD but through uart.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Problem was fixed after adding&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;CONFIG_USE_SEGGER_RTT=y
CONFIG_RTT_CONSOLE=y
CONFIG_UART_CONSOLE=n&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;in prj.conf&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: RTT from external module on nRF52-DK</title><link>https://devzone.nordicsemi.com/thread/342573?ContentTypeID=1</link><pubDate>Wed, 08 Dec 2021 15:10:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b1d16e36-9d90-492b-823b-603317699f2c</guid><dc:creator>suricat</dc:creator><description>&lt;p&gt;VTG is connected direct to VDD and has the same voltage is 2.832 volts.&lt;/p&gt;
&lt;p&gt;With this wiring scheme I can programm external module correctly. But RTT data allways comes from internal chip.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: RTT from external module on nRF52-DK</title><link>https://devzone.nordicsemi.com/thread/342564?ContentTypeID=1</link><pubDate>Wed, 08 Dec 2021 14:33:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:28bab12c-3f50-4a28-8176-2e0f2f5b2f3e</guid><dc:creator>Jared</dc:creator><description>&lt;p&gt;Hi there,&lt;/p&gt;
&lt;p&gt;what voltage do you measure on VTG? Is it equal to VDD? The onboard debugger should bypass the onboard nRF if it sense svoltage on the VTG pin.&lt;/p&gt;
&lt;p&gt;regards&lt;/p&gt;
&lt;p&gt;Jared&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>