<?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>Buttonless Serial DFU Example on NRF52840-DK</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/54147/buttonless-serial-dfu-example-on-nrf52840-dk</link><description>Hi All, 
 Can somebody point me to a Buttonless Secure Serial DFU Example from SDK16 or SDK15.3.0 for nRF52840-DK 
 I would use it with only Rx/Tx that is No Hardware Flow Control + BLE Updates 
 
 How stable is it ? How well does it co-exist with the</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 11 Nov 2019 10:47:24 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/54147/buttonless-serial-dfu-example-on-nrf52840-dk" /><item><title>RE: Buttonless Serial DFU Example on NRF52840-DK</title><link>https://devzone.nordicsemi.com/thread/219431?ContentTypeID=1</link><pubDate>Mon, 11 Nov 2019 10:47:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:15475a2f-1f0e-4d7d-90f6-f7593434cdbc</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;We don&amp;#39;t have a buttonless template example for UART DFU. But there are several ways to signal the bootloader to enter DFU mode. The easiest way&amp;nbsp;is maybe to write the BOOTLOADER_DFU_START flag to NRF_POWER-&amp;gt;GPREGRET (use&amp;nbsp;sd_power_gpregret_set if SD is enabled)&amp;nbsp;followed by an NVIC_SystemReset(). The bootloader will enter DFU mode on the next startup as long as it has been compiled with the &lt;strong&gt;&lt;/strong&gt;NRF_BL_DFU_ENTER_METHOD_GPREGRET config enabled. Alternatively, if the reset pin is connected to the host CPU,&amp;nbsp;you can enable the NRF_BL_DFU_ENTER_METHOD_PINRESET option and assert the reset line whenever you want to enter DFU mode.&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;You can try the UART bootloader without flow control to verify the stability at the baud rate you wish to use.&amp;nbsp;The BLE transport should not impact the performance&amp;nbsp;if you disable it once DFU is initiated on the serial transport.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Vidar&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>