<?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>Why I can not start DTM mode?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/117758/why-i-can-not-start-dtm-mode</link><description>I&amp;#39;m using SDK 12.3.0, and changed the TX_PIN to 30, RX_PIN to 5, flow control is set to false, bitrate no change(19200).After I programmed the firmware to my custom board, start nrf connect for destop, launch the dtm test, it complained &amp;quot;Can not communicate</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 07 Jan 2025 08:17:04 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/117758/why-i-can-not-start-dtm-mode" /><item><title>RE: Why I can not start DTM mode?</title><link>https://devzone.nordicsemi.com/thread/517141?ContentTypeID=1</link><pubDate>Tue, 07 Jan 2025 08:17:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:63bcbfc5-f374-4e9a-8951-f7840a0776b9</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Great to hear. Hope you have a wonderful day!&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;/p&gt;
&lt;p&gt;Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Why I can not start DTM mode?</title><link>https://devzone.nordicsemi.com/thread/517105?ContentTypeID=1</link><pubDate>Tue, 07 Jan 2025 01:15:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6a206f9b-3cea-4358-8ecd-76c387b0b5a6</guid><dc:creator>cgha</dc:creator><description>&lt;p&gt;I&amp;#39;m using S130, Thanks, it got work now.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Why I can not start DTM mode?</title><link>https://devzone.nordicsemi.com/thread/516994?ContentTypeID=1</link><pubDate>Mon, 06 Jan 2025 13:19:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:812e7638-01b6-4439-a0be-e990331e964f</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;If you erase the softdevice, you should use the pca10028/blank target.&lt;/p&gt;
&lt;p&gt;If you have the softdevice present, you should use the pca10028/s130 target for flashing.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Can you verify that you are using pca10028/blank/arm* target?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;/p&gt;
&lt;p&gt;Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Why I can not start DTM mode?</title><link>https://devzone.nordicsemi.com/thread/516959?ContentTypeID=1</link><pubDate>Mon, 06 Jan 2025 11:38:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:242952a1-180f-42f2-8bac-d8b0c915714e</guid><dc:creator>cgha</dc:creator><description>&lt;p&gt;I use external 32.768K crystal, Do I need to program the softdevice? The wiki saied I need to erase the softdevice, So I fully erased the chip&amp;nbsp;before program dtm. I found I can not debug the application use jlink in keil mdk, it can not run into main.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Why I can not start DTM mode?</title><link>https://devzone.nordicsemi.com/thread/516957?ContentTypeID=1</link><pubDate>Mon, 06 Jan 2025 11:22:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fc983de7-1bbf-4773-806c-a4a0951317ac</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;One difference between the uart sample, and the DTM is the requirement for the external HFXO to run.&lt;/p&gt;
&lt;p&gt;Have you tried to flash your direct_test_mode example and entered debug mode to see if it is stuck in this loop?&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;NRF_CLOCK-&amp;gt;EVENTS_HFCLKSTARTED = 0;
NRF_CLOCK-&amp;gt;TASKS_HFCLKSTART    = 1;

while (NRF_CLOCK-&amp;gt;EVENTS_HFCLKSTARTED == 0)
{
    // Do nothing while waiting for the clock to start
}&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;If it is stuck in this loop, it indicates that there is a problem with your external HFCLK circuitry, likely the xtal caps are incorrect.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;/p&gt;
&lt;p&gt;Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>