<?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>nRF52840 Restarting after DFU</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/64340/nrf52840-restarting-after-dfu</link><description>Hi, I am facing an issue my product contains Ble dfu update, I tested my code without enabling DFU and it runs fine ... but after enabling dfu and creating package... I update the device using dfutrg file gets uploaded successful and restart to new firmware</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 08 Sep 2020 05:05:40 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/64340/nrf52840-restarting-after-dfu" /><item><title>RE: nRF52840 Restarting after DFU</title><link>https://devzone.nordicsemi.com/thread/268391?ContentTypeID=1</link><pubDate>Tue, 08 Sep 2020 05:05:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:83fe6926-8909-4c38-a395-d08331aecbaa</guid><dc:creator>Ahtasham Baig</dc:creator><description>&lt;p&gt;Issue was resolved it was hardware issue&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52840 Restarting after DFU</title><link>https://devzone.nordicsemi.com/thread/264432?ContentTypeID=1</link><pubDate>Thu, 13 Aug 2020 10:54:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e0784b93-d8e6-4c1e-9f4c-4ee1dda76fb2</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Can you post the logs here?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52840 Restarting after DFU</title><link>https://devzone.nordicsemi.com/thread/264414?ContentTypeID=1</link><pubDate>Thu, 13 Aug 2020 09:48:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8586f983-09cd-46d7-9f94-bfdecfc7cac5</guid><dc:creator>Ahtasham Baig</dc:creator><description>&lt;p&gt;In my sdk configuration i have enabled debug flag but it not showing error by line only showing logs&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52840 Restarting after DFU</title><link>https://devzone.nordicsemi.com/thread/264302?ContentTypeID=1</link><pubDate>Wed, 12 Aug 2020 14:10:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6c63b9f9-10ba-4416-a26b-60290f935c3f</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;You should be able to continue debugging when the bootloader starts the application after the update is complete. I would also recommend you compile your app with the DEBUG flag so you can catch errors before it starts to reboot.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52840 Restarting after DFU</title><link>https://devzone.nordicsemi.com/thread/264232?ContentTypeID=1</link><pubDate>Wed, 12 Aug 2020 10:56:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:81744fbd-2ba4-4a9c-b3b3-f5d2ba5c4167</guid><dc:creator>Ahtasham Baig</dc:creator><description>&lt;p&gt;How can i debugg app after dfu when ever i upload application it goes in dfu trg mode&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52840 Restarting after DFU</title><link>https://devzone.nordicsemi.com/thread/262754?ContentTypeID=1</link><pubDate>Mon, 03 Aug 2020 10:16:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:68c99995-c77b-41fe-9f63-5497c9231e55</guid><dc:creator>Ahtasham Baig</dc:creator><description>&lt;p&gt;Yes I did and tested it using Ble_app_uart and then converted that using Nrf_serial_uarte it was working fine, but my product is build using freeRTOS , in that it is sending data first but later not however it is reading on ble correctly&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52840 Restarting after DFU</title><link>https://devzone.nordicsemi.com/thread/262742?ContentTypeID=1</link><pubDate>Mon, 03 Aug 2020 09:30:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b7d6f1a8-3331-4d4a-bbd2-d9f490eb0548</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Please try to debug your application after completing DFU to find out what causes it to reboot. Unexpected resets are usually caused by errors being passed to the APP_ERROR_CHECK() macros in the app (&lt;span&gt;&lt;a title="Error module" href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.0.0/lib_error.html?cp=7_1_3_13"&gt;Error module).&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
[quote user=""]Later on it start returning NRF_ERROR_NOT_FOUND from function -&amp;gt;&amp;nbsp;sd_ble_gatts_hvx(conn_handle, &amp;amp;hvx_params);[/quote]
&lt;p&gt;&amp;nbsp;Have you made any changes to the initialization of this characteristic since you started getting his error?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>