<?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 52832 f/w flashing to 52810</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/82187/how-to-use-52832-f-w-flashing-to-52810</link><description>Hi: 
 I&amp;#39;m using nrf52832 in my last demo design. But currently o ur foundry has no inventory of nrf2832, and I can&amp;#39;t even find a few samples on the market to buy. So I decided to use nrf52810 instead of nrf52832 for the time being. But the problem now</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 03 Dec 2021 09:02:31 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/82187/how-to-use-52832-f-w-flashing-to-52810" /><item><title>RE: how to use 52832 f/w flashing to 52810</title><link>https://devzone.nordicsemi.com/thread/341807?ContentTypeID=1</link><pubDate>Fri, 03 Dec 2021 09:02:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:438decea-129f-4971-9b8a-9ac426419722</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Jacky,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The difference between nRF52832 and nRF52810 can be found in the table &lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fstruct_nrf52%2Fstruct%2Fnrf52.html"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;You can read more about developing for nRF52810 &lt;a href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.0.2/nrf52810_user_guide.html?cp=8_5_0_5_0"&gt;here.&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I&amp;#39;m not 100% sure why you need to test OTA on the new board even before testing with the application itself.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;My suggestion is to do the following:&amp;nbsp;&lt;/p&gt;
&lt;p&gt;- Flash (with the programmer not OTA DFU) the SD + your application (for nRF52832) to test if it&amp;#39;s functional on your nRF52810 board. If it doesn&amp;#39;t you may need to debug and check why it doesn&amp;#39;t work.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;- Test OTA DFU with the ble_uart project (a project that showed it works on nRF52810 board) to be sure that the bootloader works.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;- Final test is to do OTA DFU for your application. If it doesn&amp;#39;t work, you need to try to debug and provide more logging information from both the phone, and the bootloader.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to use 52832 f/w flashing to 52810</title><link>https://devzone.nordicsemi.com/thread/341747?ContentTypeID=1</link><pubDate>Thu, 02 Dec 2021 16:23:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b54a7a2a-8e3e-49ac-95d3-c6cb9678d30d</guid><dc:creator>Jacky he</dc:creator><description>&lt;p&gt;Hi Huang:&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;The trouble is that what I made OTA package in the past is depending from nrf52832 not 52810. And I have tried the Ble_uart project of 52810 which works well so the h/w platform is fine. The trouble is that from OTA package or that from application hex file itself. Is there any document guide the firmware different between nrf52832 and nrf52810?&lt;/p&gt;
&lt;p&gt;B.R&lt;/p&gt;
&lt;p&gt;Jacky&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to use 52832 f/w flashing to 52810</title><link>https://devzone.nordicsemi.com/thread/341641?ContentTypeID=1</link><pubDate>Thu, 02 Dec 2021 08:28:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c003f674-3f44-4043-b569-087d0909261d</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Jacky,&amp;nbsp;&lt;br /&gt;It depends on which softdevice you use and if you use any hardware that doesn&amp;#39;t available on nRF52810. Also make sure you have configured the RAM configuration correctly.&lt;/p&gt;
&lt;p&gt;I would suggest to first test the device without bootloader, simply flash softdevice and application.&amp;nbsp;&lt;br /&gt;After that you can test the bootloader with an example application that made for the nRF52810 before testing with your application.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to use 52832 f/w flashing to 52810</title><link>https://devzone.nordicsemi.com/thread/341571?ContentTypeID=1</link><pubDate>Wed, 01 Dec 2021 15:31:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a311d23a-8493-43c6-ac5a-477531914bb7</guid><dc:creator>Jacky he</dc:creator><description>&lt;p&gt;Hi Huang：&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp;Your are right and many thanks, I try use 52810 own dfutag sample hex file what it can flash and run. but I try to OTA my application package(it also made by nrf52832) then it failed. Is that the application also need adjust the address configuration? or that I need re-design my firmware base on nrf52810 project?&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/Snipaste_5F00_2021_2D00_12_2D00_01_5F00_23_2D00_30_2D00_11.jpg" /&gt;&lt;/p&gt;
&lt;p&gt;B.R&lt;/p&gt;
&lt;p&gt;Jacky&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to use 52832 f/w flashing to 52810</title><link>https://devzone.nordicsemi.com/thread/341550?ContentTypeID=1</link><pubDate>Wed, 01 Dec 2021 14:27:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:14efef07-a530-481b-acfe-44cdd89221b9</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Jacky,&amp;nbsp;&lt;br /&gt;From what I can see you are trying to flash a DFU bootloader made for the nRF52832 to the nRF52810.&lt;/p&gt;
&lt;p&gt;There is a problem with it that the bootloader is always located at the end of the flash. In this case, address 0x78000 which is outside of the address range of the nRF52810 (0x0-0x30000).&lt;br /&gt;I would suggest to build the bootloader from a project that made for the nRF52810 (pca10040e_s112_ble) or change the start address of your bootloader to 0x28000 , the same as in the&amp;nbsp;pca10040e_s112_ble project.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Be aware that since the size of the flash of nRF52810 is smaller than nRF52832, it&amp;#39;s quite limited on what size of the application you can update.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Also note that you don&amp;#39;t need the bootloader to test the normal functionality of your application.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to use 52832 f/w flashing to 52810</title><link>https://devzone.nordicsemi.com/thread/341275?ContentTypeID=1</link><pubDate>Tue, 30 Nov 2021 12:28:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:31367eb0-8f13-4b55-9615-045629d42eac</guid><dc:creator>Jacky he</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;span&gt;Elfving：&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp;It&amp;#39;s simply&amp;nbsp;use the dfu hex for my test, below as the link, I have put the hex file and also the script in it.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp;&lt;a href="https://c.leman-micro.com/s/65FSGk9QfkXQaZP"&gt;https://c.leman-micro.com/s/65FSGk9QfkXQaZP&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;B.R&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Jacky&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to use 52832 f/w flashing to 52810</title><link>https://devzone.nordicsemi.com/thread/341234?ContentTypeID=1</link><pubDate>Tue, 30 Nov 2021 10:10:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:03f21c56-7111-4a33-a398-327270a8f976</guid><dc:creator>Elfving</dc:creator><description>&lt;p&gt;Hey Jackie!&lt;/p&gt;
&lt;p&gt;There might be something like a bootloader placed at the end of the flash. Could you send me the hex-file?&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Elfving&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>