<?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>OTA Automatically Reset and Start the Application After Flashing a Merged Hex File</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/128437/ota-automatically-reset-and-start-the-application-after-flashing-a-merged-hex-file</link><description>Hello Nordic Team, 
 I am working on the nRF52833 using nRF5 SDK 17.1.0 and i have implemented OTA DFU in our application. in OTA We have merged all firmware into a single HEX file and flashed it to the device. after flashing the merged HEX file. We need</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 12 Jun 2026 07:34:43 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/128437/ota-automatically-reset-and-start-the-application-after-flashing-a-merged-hex-file" /><item><title>RE: OTA Automatically Reset and Start the Application After Flashing a Merged Hex File</title><link>https://devzone.nordicsemi.com/thread/567790?ContentTypeID=1</link><pubDate>Fri, 12 Jun 2026 07:34:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9630629b-abe8-406f-b4b8-33db9d1dbff0</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;By design, the chip is not reset automatically when you program something to it. There are many reasons for this, for example that you may want to program more hex files without a reset in between (e.g. when working with a bootloader, if you reset it after flashing the bootloader, it will create bootloader settings partitions, but you may want to program your own bootloader settings from a hex file before you reset the device).&lt;/p&gt;
&lt;p&gt;However, you can attach the argument --reset at the end of your program command, like this:&lt;/p&gt;
&lt;p&gt;nrfjprog --program final_dongle.hex --verify --reset&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;This will program the device, and reset it when it is done verifying the hex file on the target.&lt;/p&gt;
&lt;p&gt;Does that work for you?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Edvin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>