<?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>NCS 2.0  DTM EXAMPLE</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/90236/ncs-2-0-dtm-example</link><description>HI 
 How to change uart pin in DTM example use NCS 2.0?</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 22 Jul 2022 13:14:49 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/90236/ncs-2-0-dtm-example" /><item><title>RE: NCS 2.0  DTM EXAMPLE</title><link>https://devzone.nordicsemi.com/thread/378319?ContentTypeID=1</link><pubDate>Fri, 22 Jul 2022 13:14:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:94ffa3d1-9002-4795-8f64-29ba6524198b</guid><dc:creator>SwRa</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Sorry.. I didn&amp;#39;t notice that this was for v2.0.0..&amp;nbsp;&lt;/p&gt;
&lt;p&gt;We have a migration guide that you could refer :&amp;nbsp;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/migration/migration_guide_1.x_to_2.x.html"&gt;https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/migration/migration_guide_1.x_to_2.x.html&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;You could also take a look at this document to know how to change the UART pins in the overlay file:&amp;nbsp;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.0.0/nrf/ug_pinctrl.html#pin-control-in-nrf"&gt;https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.0.0/nrf/ug_pinctrl.html#pin-control-in-nrf&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best Regards,&lt;/p&gt;
&lt;p&gt;Swathy&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NCS 2.0  DTM EXAMPLE</title><link>https://devzone.nordicsemi.com/thread/378132?ContentTypeID=1</link><pubDate>Thu, 21 Jul 2022 13:53:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:16fd675b-de14-4e47-956a-fc9c051d6dc1</guid><dc:creator>SkyC</dc:creator><description>&lt;p&gt;edit:&lt;/p&gt;
&lt;p&gt;This method works fine in ncs 1.9, but doesn&amp;#39;t work in ncs 2.0, I found some &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/ug_pinctrl.html"&gt;information&lt;/a&gt;, can you provide an example for my reference?&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1658411627723v1.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NCS 2.0  DTM EXAMPLE</title><link>https://devzone.nordicsemi.com/thread/378129?ContentTypeID=1</link><pubDate>Thu, 21 Jul 2022 13:49:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2399171b-19b9-4ee3-87be-15f3be3f15bc</guid><dc:creator>SkyC</dc:creator><description>&lt;p&gt;HI&lt;/p&gt;
&lt;p&gt;This method works fine in ncs1.9, but in ncs 2.0 and walk, I found some &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/ug_pinctrl.html"&gt;information&lt;/a&gt;, can you provide examples for&amp;nbsp; reference?&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1658411360329v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NCS 2.0  DTM EXAMPLE</title><link>https://devzone.nordicsemi.com/thread/378109?ContentTypeID=1</link><pubDate>Thu, 21 Jul 2022 13:12:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2b9969ed-e9ad-4a35-8eae-8fda60d633b3</guid><dc:creator>SwRa</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;You need to chage the pin numbers assigned to uart in the&amp;nbsp;device tree to change the uart pins.. The overlay file would look somewhat like this..&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;amp;uart0 {&lt;/span&gt;&lt;br /&gt;&lt;span&gt;status = &amp;quot;okay&amp;quot;;&lt;/span&gt;&lt;br /&gt;&lt;span&gt;current-speed = &amp;lt;115200&amp;gt;;&lt;/span&gt;&lt;br /&gt;&lt;span&gt;rx-pin = &amp;lt;33&amp;gt;;&amp;nbsp; &amp;nbsp; // pin number of your choice&lt;/span&gt;&lt;br /&gt;&lt;span&gt;tx-pin = &amp;lt;34&amp;gt;;&amp;nbsp; //pin number of your choice&lt;/span&gt;&lt;br /&gt;&lt;span&gt;};&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;You can change the pin numbers to that of your choice..&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Best Regards,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Swathy&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>