<?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>Can&amp;#39;t switch from DfuTarg to application</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/68717/can-t-switch-from-dfutarg-to-application</link><description>Hi, 
 I am using 
 
 nRF52832 
 SDK 15.3.0 
 The soft device is S132 
 JLinkRTTViewer for debug 
 
 I am making dfu using ble. 
 After all downloads are finished, the board does not switch from the bootloader to the application program. 
 
 
 
 I modified</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 26 Nov 2020 04:58:04 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/68717/can-t-switch-from-dfutarg-to-application" /><item><title>RE: Can't switch from DfuTarg to application</title><link>https://devzone.nordicsemi.com/thread/281930?ContentTypeID=1</link><pubDate>Thu, 26 Nov 2020 04:58:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:09121a93-69a2-4219-a7b6-94481595e918</guid><dc:creator>alex kim</dc:creator><description>&lt;p&gt;Thanks for your reply&lt;/p&gt;
&lt;p&gt;&lt;span&gt;#define&amp;nbsp;NRF_BL_DFU_ENTER_METHOD_BUTTON_PIN&amp;nbsp;16&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Pin 16 on my custom board was set to GND&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/53266/custom-button-in-dfu"&gt;https://devzone.nordicsemi.com/f/nordic-q-a/53266/custom-button-in-dfu&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Alex&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can't switch from DfuTarg to application</title><link>https://devzone.nordicsemi.com/thread/281697?ContentTypeID=1</link><pubDate>Wed, 25 Nov 2020 06:14:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c45ef778-b711-44db-8477-ae79c0540d95</guid><dc:creator>sudharsan</dc:creator><description>&lt;p&gt;If you need further more information, Please read this post&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/57144/dfu/232291#232291"&gt;https://devzone.nordicsemi.com/f/nordic-q-a/57144/dfu/232291#232291&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Sudharsan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can't switch from DfuTarg to application</title><link>https://devzone.nordicsemi.com/thread/281695?ContentTypeID=1</link><pubDate>Wed, 25 Nov 2020 05:48:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b1ff5065-65d7-47ff-8bd2-8f1e0961e95c</guid><dc:creator>sudharsan</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Are you able to resolve the issue that was mentioned?&lt;/p&gt;
&lt;p&gt;I have followed the same document and my device is working properly.&lt;/p&gt;
&lt;p&gt;At first, have you loaded the merged hex ??&amp;nbsp; (You &lt;strong&gt;should not&lt;/strong&gt; just load the application file from IDE)&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Merged hex file = Settings.hex + bootloader.hex + App.hex + softdevice.hex&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;This merged hex file is the complete package. You have to load this first using&lt;strong&gt; &amp;quot;nrf_connect for desktop&amp;quot;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;If you have loaded this file, you will be able to load the &lt;strong&gt;application.zip package when there is an update available.&lt;/strong&gt; You have to connect and load the .zip package...then device will do the auto restart if the application package is loaded completely and also you have to disconnect the device that is connected to mobile application or PC software. Now you have to scan from your mobile, then your device will advertise in the name which you have given.&lt;/p&gt;
&lt;p&gt;&lt;span style="text-decoration:underline;"&gt;&lt;strong&gt;Additional Info:&lt;/strong&gt;&lt;/span&gt;&amp;nbsp; If you want to debug your application code from IDE, you have to comment this function&amp;nbsp;&lt;strong&gt;&amp;quot;ble_dfu_buttonless_async_svci_init();&amp;quot;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;Sudharsan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can't switch from DfuTarg to application</title><link>https://devzone.nordicsemi.com/thread/281686?ContentTypeID=1</link><pubDate>Wed, 25 Nov 2020 00:27:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f2329db5-84f4-4b70-b9bd-3d66c9bd8166</guid><dc:creator>alex kim</dc:creator><description>&lt;p&gt;&lt;span&gt;Hi,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I have read section 5 of the attached document and followed it. &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Please review if there is anything I missed&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Thanks&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Alex&lt;/span&gt;&lt;/p&gt;
&lt;div style="left:-29px;position:absolute;top:5.62216px;" id="gtx-trans"&gt;
&lt;div class="gtx-trans-icon"&gt;&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can't switch from DfuTarg to application</title><link>https://devzone.nordicsemi.com/thread/281512?ContentTypeID=1</link><pubDate>Tue, 24 Nov 2020 11:08:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0becc105-e089-40d3-a6b6-5d0cd102afdc</guid><dc:creator>sudharsan</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Please have a look on the following document. Section 5 is for buttonless DFU&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/Add_2D00_NordicSemiconductorDFU_2D00_to_2D00_SDKexample_5F00_AppNote_5F002800_UBX_2D00_19050198_2900_.pdf"&gt;devzone.nordicsemi.com/.../Add_2D00_NordicSemiconductorDFU_2D00_to_2D00_SDKexample_5F00_AppNote_5F002800_UBX_2D00_19050198_2900_.pdf&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/Add_2D00_NordicSemiconductorDFU_2D00_to_2D00_SDKexample_5F00_AppNote_5F002800_UBX_2D00_19050198_2900_.pdf"&gt;&lt;/a&gt;Thanks&lt;/p&gt;
&lt;p&gt;Sudharsan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>