<?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>nRF9160 DK secure boot baud 9600</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/45581/nrf9160-dk-secure-boot-baud-9600</link><description>Dear, 
 
 secure_boot 
 I tried to change baud of UART0 from 115200 to 9600 
 nrf9160_pca10090.overlay 
 
 and nrf9160_pca10090.dts 
 
 Then, run LTE Link Monitor of nRF Connect 
 
 Look like it DID NOT work with 9600 bps baud? 
 and I tried another app</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 02 Apr 2019 06:11:31 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/45581/nrf9160-dk-secure-boot-baud-9600" /><item><title>RE: nRF9160 DK secure boot baud 9600</title><link>https://devzone.nordicsemi.com/thread/179637?ContentTypeID=1</link><pubDate>Tue, 02 Apr 2019 06:11:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4b80075a-e3ac-4f49-abc0-bd3e1a742439</guid><dc:creator>Hoang</dc:creator><description>&lt;p&gt;Thank &amp;Oslash;yvind&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Ja, the problem is nRF Connect LTE Link Monitor has 115200 bps baud, NOT autobaud. But, I am confusing why my Termite&amp;nbsp;&lt;span&gt;terminated automatically after 4-5s. But it may be my computer problem.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Thanks so much&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Regards,&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;hng&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF9160 DK secure boot baud 9600</title><link>https://devzone.nordicsemi.com/thread/179504?ContentTypeID=1</link><pubDate>Mon, 01 Apr 2019 12:49:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c0e03a9f-2145-4630-bd35-fb59989e2a5f</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;Hello again,&amp;nbsp;&lt;br /&gt;&lt;br /&gt;I was able to configure the Secure Boot to use baud rate 9600. See screenshot from Termite:&lt;br /&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/support-attachments/beef5d1b77644c448dabff31668f3a47-9fb042a287f342ff8e82e3a13c5756b0/pastedimage1554122938824v1.png" alt=" " /&gt;&lt;br /&gt;&lt;br /&gt;Be aware that this only applies for Secure Boot, but the application itself will still have baud rate 115200 as can be seen in the bottom of the screenshot.&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Øyvind&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF9160 DK secure boot baud 9600</title><link>https://devzone.nordicsemi.com/thread/179464?ContentTypeID=1</link><pubDate>Mon, 01 Apr 2019 11:34:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c98730b5-c243-4552-9e46-7ae886c54385</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;Hello,&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Can you please elaborate on what you are trying to accomplish? I have not been able to reproduce your issue yet, or look into your code, but will soon.&lt;br /&gt;The LTE Link Monitor has a fixed baud rate of 115200, from what I understand.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Have you tried to set the baud rate in&amp;nbsp;zephyr\ext\hal\nordic\nrfx_config_nrf9160.h? Or look at one of the Zephyr examples?&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;// &amp;lt;o&amp;gt; NRFX_UARTE_DEFAULT_CONFIG_BAUDRATE  - Default Baudrate

// &amp;lt;323584=&amp;gt; 1200 baud
// &amp;lt;643072=&amp;gt; 2400 baud
// &amp;lt;1290240=&amp;gt; 4800 baud
// &amp;lt;2576384=&amp;gt; 9600 baud
// &amp;lt;3862528=&amp;gt; 14400 baud
// &amp;lt;5152768=&amp;gt; 19200 baud
// &amp;lt;7716864=&amp;gt; 28800 baud
// &amp;lt;8388608=&amp;gt; 31250 baud
// &amp;lt;10289152=&amp;gt; 38400 baud
// &amp;lt;15007744=&amp;gt; 56000 baud
// &amp;lt;15400960=&amp;gt; 57600 baud
// &amp;lt;20615168=&amp;gt; 76800 baud
// &amp;lt;30801920=&amp;gt; 115200 baud
// &amp;lt;61865984=&amp;gt; 230400 baud
// &amp;lt;67108864=&amp;gt; 250000 baud
// &amp;lt;121634816=&amp;gt; 460800 baud
// &amp;lt;251658240=&amp;gt; 921600 baud
// &amp;lt;268435456=&amp;gt; 1000000 baud

#ifndef NRFX_UARTE_DEFAULT_CONFIG_BAUDRATE
#define NRFX_UARTE_DEFAULT_CONFIG_BAUDRATE 30801920
#endif&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;br /&gt;Øyvind&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>