<?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 enable uart0 in MCUBOOT for nrf52833?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/101835/how-to-enable-uart0-in-mcuboot-for-nrf52833</link><description>I try to enable uart0 in the MCUBOOT, but in the uart_init() return with -6 for the functions of: device_get_binding() 
 
 Following are part of my code: 
 
 #define UART_DEVICE_NAME DT_NODE_FULL_NAME(DT_NODELABEL(uart0)) 
 static const struct device</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 14 Jul 2023 07:23:01 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/101835/how-to-enable-uart0-in-mcuboot-for-nrf52833" /><item><title>RE: How to enable uart0 in MCUBOOT for nrf52833?</title><link>https://devzone.nordicsemi.com/thread/436389?ContentTypeID=1</link><pubDate>Fri, 14 Jul 2023 07:23:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:119fd0c4-c813-4f34-a476-75e57be63c14</guid><dc:creator>Sigurd Hellesvik</dc:creator><description>&lt;p&gt;In this case, I suggest that you just use the nRF5 Bootloader instead.&lt;/p&gt;
&lt;p&gt;The bootloader does not really care which application it boots.&lt;/p&gt;
&lt;p&gt;See &amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/95859/one-bootloader-to-rule-them-all"&gt;One bootloader to rule them all&lt;/a&gt; for some discussion on this topic.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to enable uart0 in MCUBOOT for nrf52833?</title><link>https://devzone.nordicsemi.com/thread/436364?ContentTypeID=1</link><pubDate>Fri, 14 Jul 2023 01:24:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9f906b48-de1c-4f07-ae2a-7d4231728dbb</guid><dc:creator>qnchen</dc:creator><description>&lt;p&gt;Hi Sigurd,&lt;/p&gt;
&lt;p&gt;For my system is base on the &amp;quot;ncs/v2.3.0/nrf/applications/nrf_desktop&amp;quot;, and we don&amp;#39;t have enough space to create 2 app,&amp;nbsp; and our system has only 1 bootloader and 1 app, but our product need to support BT OTA to update the app, so we can only do this in the mcuboot, but in the mcuboot, I try to porting nrf_dfu to the mcuboot, and nrf_dfu need to support the NUS, NUS initialization need to the uart0, now BT and DFU service has bring up, but the NUS uart is not work, so we can&amp;#39;t transfer the OTA package.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to enable uart0 in MCUBOOT for nrf52833?</title><link>https://devzone.nordicsemi.com/thread/436210?ContentTypeID=1</link><pubDate>Thu, 13 Jul 2023 10:39:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a2f59800-aa1d-488e-828b-acbdf7cdc8d5</guid><dc:creator>Sigurd Hellesvik</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Generally, we do not recommend that you make custom changes to MCUboot source code, as this can compromise its robusteness.&lt;/p&gt;
&lt;p&gt;Why do you want to enable UART?&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Sigurd Hellesvik&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>