<?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>ble_app_buttonless_dfu example not working</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/92118/ble_app_buttonless_dfu-example-not-working</link><description>i used sdk 14_02 and nrf52832 . 
 i also try 15_02 and 15_03 but i have same problem in this example 
 nrf_dfu_svci_vector_table_set() in this function ( was defined in nrf_dfu_svci.c ) i get this error 
 NRF_LOG_ERROR(&amp;quot;No bootloader was found&amp;quot;); return</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 16 Aug 2023 14:27:18 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/92118/ble_app_buttonless_dfu-example-not-working" /><item><title>RE: ble_app_buttonless_dfu example not working</title><link>https://devzone.nordicsemi.com/thread/441669?ContentTypeID=1</link><pubDate>Wed, 16 Aug 2023 14:27:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f1be64a2-0f5b-4e48-a8ac-ee5f48a142c1</guid><dc:creator>saurabh</dc:creator><description>&lt;p&gt;devzone.nordicsemi.com/.../getting-started-with-nordics-secure-dfu-bootloader&lt;/p&gt;
&lt;p&gt;Can you please do this step by step&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ble_app_buttonless_dfu example not working</title><link>https://devzone.nordicsemi.com/thread/421263?ContentTypeID=1</link><pubDate>Wed, 19 Apr 2023 12:54:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7a7484f0-f535-42c1-9252-98be58b86dfb</guid><dc:creator>NishantParmar</dc:creator><description>&lt;p&gt;&lt;span&gt;I got the sem error in the nrf52832 and nRF52810 board so can you tell me what kind of changes you&amp;nbsp;have&amp;nbsp;done?&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ble_app_buttonless_dfu example not working</title><link>https://devzone.nordicsemi.com/thread/388704?ContentTypeID=1</link><pubDate>Fri, 30 Sep 2022 09:03:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:389fcc3f-cb4b-4124-9a06-bcf02822b01f</guid><dc:creator>saurabh</dc:creator><description>&lt;p&gt;All Work&amp;nbsp; Fine i understand what is required for that i learn from this site thank you&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/guides/short-range-guides/b/software-development-kit/posts/getting-started-with-nordics-secure-dfu-bootloader#h61sjziauupw1j397q9s9ldr01q4j6d5"&gt;devzone.nordicsemi.com/.../getting-started-with-nordics-secure-dfu-bootloader&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ble_app_buttonless_dfu example not working</title><link>https://devzone.nordicsemi.com/thread/387007?ContentTypeID=1</link><pubDate>Tue, 20 Sep 2022 07:57:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:af3ef606-3203-443b-8f61-4b3501360073</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;The bootloader is flashed like any other hex file. You need to pick a bootloader example application that fits your DK, for example&amp;nbsp;pca10040_s132_ble_debug (debug has the public key that matches the pre-built DFU images in the SDK, and it also has RTT logging which is good when either learning about the bootloader or if debugging).&lt;/p&gt;
&lt;p&gt;If you are new to this, it could be a good idea to start with the pre-built hex files and go through the &lt;a href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.1.0/ble_sdk_app_buttonless_dfu.html"&gt;Buttonless DFU Template Application example documentation&lt;/a&gt;. If you flash&amp;nbsp;sd_s132_bootloader_buttonless_with_setting_page_dfu_secure_ble_debug_without_bonds.hex (or the&amp;nbsp;similarly named with bonds) that will include everything you need, both SoftDevice, bootloader, application and a&amp;nbsp;bootloader settings page.&lt;/p&gt;
&lt;p&gt;Also, note that the bootloader will only start an application that matches the CRC that is stored in&amp;nbsp;bootloader settings. So a tip if you want to debug the application easily while having a bootloader, si to modify the bootloader to skip checking if there is a valid&amp;nbsp;application during startup. The easiest is to simply modify&amp;nbsp;app_is_valid() in&amp;nbsp;components/libraries/bootloader/nrf_bootloader.c to always return true. You need to ensure that this is not used in production, though (as with this change the&amp;nbsp;bootloader always jumps to the application, regardless if it is present or not, instead of entering DFU mode to enable recovery).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ble_app_buttonless_dfu example not working</title><link>https://devzone.nordicsemi.com/thread/387001?ContentTypeID=1</link><pubDate>Tue, 20 Sep 2022 07:34:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:22d0d72b-eee8-4f0a-a4bc-424c08e12943</guid><dc:creator>saurabh</dc:creator><description>&lt;p&gt;but i also get error in bootloader also so how can i flash it&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ble_app_buttonless_dfu example not working</title><link>https://devzone.nordicsemi.com/thread/386989?ContentTypeID=1</link><pubDate>Tue, 20 Sep 2022 06:40:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4dea027f-2c7e-4fc5-bed1-4f56fb1f45eb</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;This error is printed when there is no bootloader on the device (which is a&amp;nbsp;requirement for this function do work). So you need to flash the bootloader as well.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>