<?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>nRF52833 uart bootloader</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/56155/nrf52833-uart-bootloader</link><description>Apologies in case query is dumb or not conveyed properly or duplicate query( related topic responses did not resolve/clear up topic for me) 
 What are the changes required to port pca10056_uart dfu bootloader to pca10100? 
 From a previous forum response</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Sun, 05 Apr 2020 12:09:39 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/56155/nrf52833-uart-bootloader" /><item><title>RE: nRF52833 uart bootloader</title><link>https://devzone.nordicsemi.com/thread/243498?ContentTypeID=1</link><pubDate>Sun, 05 Apr 2020 12:09:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bb007b66-cf5f-4c63-8659-7a411708be1e</guid><dc:creator>riha2020</dc:creator><description>&lt;p&gt;Hi did you get this working for NRF52833? any changes in addtion to those listed by Bjorn?&lt;/p&gt;
&lt;p&gt;Would appreciate anything that helped with this, thanks&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52833 uart bootloader</title><link>https://devzone.nordicsemi.com/thread/228026?ContentTypeID=1</link><pubDate>Wed, 08 Jan 2020 06:40:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3dfe1d2b-7f20-4fc9-94e1-927e5de3fe32</guid><dc:creator>ShowMaker</dc:creator><description>&lt;p&gt;Thank you for the helpful response. Just to clarify for non soft device applications ( uart transport bootloader ) with MBR isn&amp;#39;t RAM start address supposed to be 0x20000008 or is this the placement address for nRF52833?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52833 uart bootloader</title><link>https://devzone.nordicsemi.com/thread/227945?ContentTypeID=1</link><pubDate>Tue, 07 Jan 2020 14:55:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:af409e8a-3b23-42c2-bddc-eea218b2d6ca</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;Hi ShowMaker,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Apologies for the late reply. We&amp;#39;re working through the backlog from the Christmas holidays.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I would recommend porting the&amp;nbsp;&lt;span&gt;pca10040_uart example instead of the&amp;nbsp;pca10056_uart, since the nRF52833 like&amp;nbsp; nRF52832 does not have the Cryptocell and you do not have to deal with the crypto backend settings ets.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;So to port the&amp;nbsp;&lt;span&gt;pca10040_uart&amp;nbsp;example to run on the pca10100 you will have to do the following changes in the Preprocessor Definitions&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;replace &lt;span&gt;NRF52832_XXAA with&amp;nbsp;&lt;/span&gt;NRF52833_XXAA&lt;/li&gt;
&lt;li&gt;replace BOARD_PCA10040 with BOARD_PCA10100&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Alter the&amp;nbsp;Code &amp;gt; Linker &amp;gt; Section Placement Macros to the following&lt;/p&gt;
&lt;p&gt;FLASH_START=0x78000&lt;/p&gt;
&lt;p&gt;FLASH_SIZE=0x6000&lt;/p&gt;
&lt;p&gt;RAM_START=0x2000260c&lt;/p&gt;
&lt;p&gt;RAM_SIZE=0x1d9f4&lt;/p&gt;
&lt;p&gt;As you have pointed out you also have to replace ses_startup_nrf52.s with&amp;nbsp;ses_startup_nrf52833.s.&lt;/p&gt;
&lt;p&gt;The MBR is loaded as an additional load file under&amp;nbsp;Debug &amp;gt; Loader &amp;gt; Additional Load File[0] in the Project settings. If you port the&amp;nbsp;&lt;span&gt;pca10040_uart&amp;nbsp;examle then you do not have to do any changes there. I also beleive that&amp;nbsp;the sdk_config.h file can be left unchanged.&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;Bjørn&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>