<?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>I want to combine Hex of softdevice, bootloader, and application into one.</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/35379/i-want-to-combine-hex-of-softdevice-bootloader-and-application-into-one</link><description>hi. 
 I used mergehex.exe to combine the hex of softdevice, bootloader, and application into one, but the board is in DFU state and the application does not start. 
 I am using nRF52832, SDK15, Softdevice s132. 
 Programming softdevice.hex + bootloader</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 14 Jun 2018 01:44:37 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/35379/i-want-to-combine-hex-of-softdevice-bootloader-and-application-into-one" /><item><title>RE: I want to combine Hex of softdevice, bootloader, and application into one.</title><link>https://devzone.nordicsemi.com/thread/136023?ContentTypeID=1</link><pubDate>Thu, 14 Jun 2018 01:44:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:50f45f10-5bc4-402c-975a-8e889f33553b</guid><dc:creator>powerup</dc:creator><description>&lt;p&gt;Thanks for the answer.&lt;br /&gt;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/19502/flashing-sd-app-bl-sdk12-2/75758#75758"&gt;I solved the problem.&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Very very grateful.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: I want to combine Hex of softdevice, bootloader, and application into one.</title><link>https://devzone.nordicsemi.com/thread/136002?ContentTypeID=1</link><pubDate>Wed, 13 Jun 2018 17:36:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f1e9d4af-72cf-4d1d-96cd-9002db06a116</guid><dc:creator>Nguyen Hoan Hoang</dc:creator><description>&lt;p&gt;or you can use the &lt;a href="http://embeddedsoftdev.blogspot.com/p/idap-link.html"&gt;IDAP-Link CMSIS-DAP Debug JTAG&lt;/a&gt;. &amp;nbsp;There are software provided that can flash all 3 firmware at once. &amp;nbsp;No need to do merged or generate setting page. &amp;nbsp;The IDAPnRFProg will do that automatically for you. &amp;nbsp;It can also parallel flashing multiple boards at once.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: I want to combine Hex of softdevice, bootloader, and application into one.</title><link>https://devzone.nordicsemi.com/thread/135997?ContentTypeID=1</link><pubDate>Wed, 13 Jun 2018 17:06:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:49d8a6dc-d775-499d-9fe7-bf8ed496b5c3</guid><dc:creator>tesc</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;In addition to the firmware, the bootloader stores information about the current application in flash. That flash page, the &amp;quot;&lt;a href="http://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v15.0.0%2Flib_bootloader.html&amp;amp;anchor=lib_bootloader_settings_page"&gt;bootloader settings page&lt;/a&gt;&amp;quot;, is not part of the bootloader per se, and so it is not part of the bootloader binary / hex file. (Building it as part of the bootloader would not work either, as its contents depends on the application.)&lt;/p&gt;
&lt;p&gt;That means you must generate the bootloader settings page itself separately, to its own hex file, that may be combined with the other hex files for programming the device in one go. For more information, see &lt;a href="http://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.tools%2Fdita%2Ftools%2Fnrfutil%2Fnrfutil_settings_generate_display.html"&gt;Generating and displaying bootloader settings&lt;/a&gt;, and the &lt;a href="http://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v15.0.0%2Fble_sdk_app_dfu_bootloader.html&amp;amp;anchor=ble_sdk_app_dfu_bootloader_test"&gt;Testing&lt;/a&gt; section of the BLE Secure DFU Bootloader example.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Terje&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>