<?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 1M UART in nRF5340 DK board</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/81767/how-to-use-1m-uart-in-nrf5340-dk-board</link><description>Hello, 
 
 I want to use 1M baud rate in nRF5340 DK board. 
 DK board is connected to USB to Serial. 
 Until 921600, UART is received correctly. And UART is broken in 1M. 
 What I did is change DT_N_S_soc_S_peripheral_50000000_S_uart_8000_P_current_speed</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 17 Nov 2021 10:36:20 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/81767/how-to-use-1m-uart-in-nrf5340-dk-board" /><item><title>RE: How to use 1M UART in nRF5340 DK board</title><link>https://devzone.nordicsemi.com/thread/339392?ContentTypeID=1</link><pubDate>Wed, 17 Nov 2021 10:36:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:25fa511b-bf7c-440a-b315-444184ca6b83</guid><dc:creator>&amp;#216;ivind</dc:creator><description>&lt;p&gt;Ok,&lt;/p&gt;
&lt;p&gt;The overlay file should have the same name as your board, and be placed in the project folder.&lt;br /&gt;When you build the project, there should be a line near the top of the build log similar to:&lt;br /&gt;&amp;quot;Using overlay file: nrf5340dk_nrf5340_cpuapp.overlay&amp;quot;&lt;/p&gt;
&lt;p&gt;Did you remember to remove the previous changes you made while trying to set the speed to 1000000?&lt;br /&gt;If not, try that.&lt;/p&gt;
&lt;p&gt;Make sure that you re-open the project in SES, or click Project-&amp;gt;Run CMake after making changes to overlay files or prj.conf.&lt;/p&gt;
&lt;p&gt;Also make sure that the other end, terminal on connected computer for example, is also set up for 1000000 baud rate.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to use 1M UART in nRF5340 DK board</title><link>https://devzone.nordicsemi.com/thread/339320?ContentTypeID=1</link><pubDate>Wed, 17 Nov 2021 01:57:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:92ef6efe-4459-40f1-b9e8-a3cc4aba2f33</guid><dc:creator>JIYEON</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I followed this link to create overlay file.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/81140/can-t-open-overlay-file-in-segger"&gt;https://devzone.nordicsemi.com/f/nordic-q-a/81140/can-t-open-overlay-file-in-segger&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;But it doesn&amp;#39;t work.&lt;/p&gt;
&lt;p&gt;What I add to overlay is&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;&amp;amp;uart0 {
 current-speed = &amp;lt;1000000&amp;gt;;
 tx-pin = &amp;lt;20&amp;gt;;
 rx-pin = &amp;lt;22&amp;gt;;
 rts-pin = &amp;lt;19&amp;gt;;
 cts-pin = &amp;lt;21&amp;gt;;
};&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to use 1M UART in nRF5340 DK board</title><link>https://devzone.nordicsemi.com/thread/339242?ContentTypeID=1</link><pubDate>Tue, 16 Nov 2021 13:39:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c3b8d6ec-c63d-42d8-b3e4-352cfe9a6bc8</guid><dc:creator>&amp;#216;ivind</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Try changing the property using an overlay file instead. The overlay file should contain something like this:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;&amp;amp;uart0 {
    current-speed = &amp;lt;1000000&amp;gt;;
};&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>