<?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>Integrating secure serial DFU over uart with ble uart application</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/71809/integrating-secure-serial-dfu-over-uart-with-ble-uart-application</link><description>Hi, Iam trying to integrate secure serial DFU over UART with ble_app_uart application. After integrating serial dfu code My application hardfaults at sd_softdevice_enable() in ble_stack_int() and it does not exit from critical region. Iam trying to switch</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 19 Apr 2021 09:21:16 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/71809/integrating-secure-serial-dfu-over-uart-with-ble-uart-application" /><item><title>RE: Integrating secure serial DFU over uart with ble uart application</title><link>https://devzone.nordicsemi.com/thread/305459?ContentTypeID=1</link><pubDate>Mon, 19 Apr 2021 09:21:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:67153e69-d8a7-4671-bb38-9b1c6c509541</guid><dc:creator>E.Sumathi</dc:creator><description>&lt;p&gt;Thanks and sorry for late reply. It worked without code integration, I used switch interrupt to enter DFU mode and updated new firmware. Switch press along with board reset will enter DFU mode.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Integrating secure serial DFU over uart with ble uart application</title><link>https://devzone.nordicsemi.com/thread/295749?ContentTypeID=1</link><pubDate>Tue, 23 Feb 2021 09:08:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:40e29130-e37d-45a7-8991-49db882b1f56</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;You can integrate DFU support in the application as demonstrated by the example I uploaded in this post: &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/46994/background-dfu-application-source-code/187534#187534"&gt;https://devzone.nordicsemi.com/f/nordic-q-a/46994/background-dfu-application-source-code/187534#187534.&amp;nbsp;&lt;/a&gt; But note that this limits you to application updates. You need to perform dfu from the bootloader as I first suggested if you wish to support DFU of the Softdevice and the bootloader itself.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Integrating secure serial DFU over uart with ble uart application</title><link>https://devzone.nordicsemi.com/thread/295526?ContentTypeID=1</link><pubDate>Mon, 22 Feb 2021 10:18:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a35276f7-a898-48c4-bfc2-5a26b65c7cae</guid><dc:creator>E.Sumathi</dc:creator><description>&lt;p&gt;yes I have other requirement will be developing my application, if I want to update firmware to custom board (nrf52832 based) I will need to update over uart. For firmware update in future I require serial dfu, so can you provide the steps for integrating secure serial DFU with ble app uart application.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Integrating secure serial DFU over uart with ble uart application</title><link>https://devzone.nordicsemi.com/thread/295376?ContentTypeID=1</link><pubDate>Fri, 19 Feb 2021 14:38:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8cc2e30e-a05f-4372-9f8a-bc4ed7474a30</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;It is not neccessary to integrate any DFU related code in the main application if you are going to perform serial DFU within the bootloader itself, which is the more common approach (See bootloader documentation &lt;span&gt;&lt;a title="Secure DFU Bootloader over Serial Link (UART/USB)" href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.0.2/sdk_app_serial_dfu_bootloader.html?cp=7_1_4_4_4"&gt;Secure DFU Bootloader over Serial Link (UART/USB)&lt;/a&gt;&lt;/span&gt;) Do you have other requirements for this project?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>