<?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>DFU for nRF52810 on SDK 15.3.0</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/48230/dfu-for-nrf52810-on-sdk-15-3-0</link><description>Dears, 
 
 Now I am using nRF5_SDK_15.3.0_59ac345 for my project on nRF52810. 
 I found a bootloader example at 
 \nRF5_SDK_15.3.0_59ac345\examples\dfu\secure_bootloader\pca10040e_ble\ 
 And an application example at: 
 \nRF5_SDK_15.3.0_59ac345\examples</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 14 Jun 2019 08:37:41 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/48230/dfu-for-nrf52810-on-sdk-15-3-0" /><item><title>RE: DFU for nRF52810 on SDK 15.3.0</title><link>https://devzone.nordicsemi.com/thread/192854?ContentTypeID=1</link><pubDate>Fri, 14 Jun 2019 08:37:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:27280b49-f1cb-49d2-b832-fa4f29660a3e</guid><dc:creator>breaker</dc:creator><description>&lt;p&gt;Find out I used wrong command to generate bootloader settings.&lt;/p&gt;
&lt;p&gt;Here is flashing/merging/generate bl settings script :&amp;nbsp;&lt;a href="https://github.com/breakersun/nRF52832-buttonless-dfu-development-tutorial"&gt;https://github.com/breakersun/nRF52832-buttonless-dfu-development-tutorial&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;anyone new to DFU on nRF52832/nRF52810 can use these shortcuts.(on SDK15.3.0).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DFU for nRF52810 on SDK 15.3.0</title><link>https://devzone.nordicsemi.com/thread/192528?ContentTypeID=1</link><pubDate>Thu, 13 Jun 2019 02:25:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d32d3bca-9b4a-4712-be78-2742f06bb373</guid><dc:creator>breaker</dc:creator><description>&lt;p&gt;Hi Amanda,&lt;/p&gt;
&lt;p&gt;I tested&amp;nbsp;pca10040e projects on both&amp;nbsp;secure_bootloader and&amp;nbsp;ble_app_buttonless_dfu.&lt;/p&gt;
&lt;p&gt;At last I got an error when flashing merged hex file into nRF52810:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="bat"&gt;nrfjprog --program merged.hex --sectorerase
Parsing hex file.
ERROR: The file specified is not a valid hex file, has data outside valid areas
ERROR: or does not have data in valid areas.&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I tested on&amp;nbsp;pca10040 at nRF52832, it works fine.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Would you share some suggestions on this?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DFU for nRF52810 on SDK 15.3.0</title><link>https://devzone.nordicsemi.com/thread/191265?ContentTypeID=1</link><pubDate>Thu, 06 Jun 2019 08:49:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:078ff3ac-fa13-441e-9f5a-887b1ed6594b</guid><dc:creator>breaker</dc:creator><description>&lt;p&gt;Thank you Amanda.&lt;/p&gt;
&lt;p&gt;The emulated projects seems a very good start for beginners on nRF52810.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DFU for nRF52810 on SDK 15.3.0</title><link>https://devzone.nordicsemi.com/thread/191263?ContentTypeID=1</link><pubDate>Thu, 06 Jun 2019 08:47:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0ce23c94-549f-413e-9512-42ed027a6b0c</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Yes, you can start from that. Please also take a look at&amp;nbsp;&lt;a title="Software Development Kit" href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.3.0/nrf52810_user_guide.html?resultof=%22%70%63%61%31%30%30%34%30%65%22%20%22%70%63%61%31%30%30%34%30%22%20"&gt;nRF5 SDK v15.3.0: Developing for nRF52810&lt;/a&gt;.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;-Amanda&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DFU for nRF52810 on SDK 15.3.0</title><link>https://devzone.nordicsemi.com/thread/191256?ContentTypeID=1</link><pubDate>Thu, 06 Jun 2019 08:17:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c6bc415f-ab81-4c29-b325-46464d7657c8</guid><dc:creator>breaker</dc:creator><description>&lt;p&gt;Hi Amanda, Thank you for answering me.&lt;/p&gt;
&lt;p&gt;I noticed there are some emulated projects for developing nRF52810 on nRF52832 demo board. and they works just fine on nRF52810 board, such as&amp;nbsp;\nRF5_SDK_15.3.0_59ac345\examples\ble_peripheral\ble_app_hrs\pca10040e\&lt;/p&gt;
&lt;p&gt;So my question is, does DFU emulated project(\nRF5_SDK_15.3.0_59ac345\examples\dfu\secure_bootloader\pca10040e_ble\) support nRF52810?&lt;/p&gt;
&lt;p&gt;If the answer is no, can you give me some guide so I can start DFU quickly on nRF52810?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DFU for nRF52810 on SDK 15.3.0</title><link>https://devzone.nordicsemi.com/thread/191248?ContentTypeID=1</link><pubDate>Thu, 06 Jun 2019 07:54:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f3eb06d2-f73a-4708-8b91-3abf3e950efe</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;No, you cannot use other pre-compiled images for nRF52810.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.3.0/examples_bootloader.html"&gt;DFU bootloader examples&lt;/a&gt;&amp;nbsp;&lt;span&gt;require one of the following SoftDevices:&amp;nbsp;&lt;/span&gt;S132, S140.&lt;b&gt;&amp;nbsp;&lt;/b&gt;However,&amp;nbsp;&lt;a href="https://infocenter.nordicsemi.com/topic/struct_nrf52/struct/nrf52810.html"&gt;nRF52810&lt;/a&gt;&amp;nbsp;does not support them. Please see this&amp;nbsp;&lt;a title="SDKs and SoftDevices" href="https://infocenter.nordicsemi.com/topic/comp_matrix_nrf52810/COMP/nrf52810/nRF52810_ic_rev_sdk_sd_comp_matrix.html?cp=3_3_2_2"&gt;SDKs and SoftDevices&lt;/a&gt;&amp;nbsp;table.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Amanda&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>