<?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>FreeRTOS with DFU service</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/11238/freertos-with-dfu-service</link><description>In SDK_v11.0.0-2.alpha, there is a project: examples\ble_peripheral\ble_app_hrs_freertos\pca10028\ble_app_hrs_freertos\s130_with_dfu_pca10028. 
 But I can&amp;#39;t find DFU service in it, Where I can find the FreeRTOS with DFU service Demo?</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 05 Apr 2016 09:33:42 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/11238/freertos-with-dfu-service" /><item><title>RE: FreeRTOS with DFU service</title><link>https://devzone.nordicsemi.com/thread/42192?ContentTypeID=1</link><pubDate>Tue, 05 Apr 2016 09:33:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fbf4dd32-7aa3-4568-bcb4-deeeba23fc3c</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;@steven-lu: You have to edit the &lt;code&gt;bootloader_util_reset&lt;/code&gt; -function, see the code snippet below:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;#if defined ( __CC_ARM )
__asm static void bootloader_util_reset(uint32_t start_addr)
{
 
#if defined ( FREERTOS )
    MOVS R1, #1
    MSR CONTROL, R1             ; Switch to MSP
#endif //FREERTOS 
    dfu_app_peer_data_set(conn_handle);
 
    NVIC_ClearPendingIRQ(SWI2_IRQn);
    interrupts_disable();
    memset(NRF_RTC1,0,sizeof(NRF_RTC_Type));
    bootloader_util_app_start(NRF_UICR-&amp;gt;BOOTLOADERADDR);
&lt;/code&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: FreeRTOS with DFU service</title><link>https://devzone.nordicsemi.com/thread/42191?ContentTypeID=1</link><pubDate>Tue, 12 Jan 2016 15:10:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5d9fe017-4568-4da7-9752-089dfe4e327b</guid><dc:creator>Steven</dc:creator><description>&lt;p&gt;I had add the DFU service to the ble_app_hrs_freertos_s130_with_dfu_pca10028 project, and the Master Control Panel could find the DFU service, But when DFU start transfer, the nRF51822 would crash! I trace the bug, after the function &amp;quot;bootloader_util_reset(uint32_t start_addr)&amp;quot; (the end of the dfu service ), the code would jump to 0x3C440(part of the bootloader), and then the nRF51822 crash. I don&amp;#39;t know what is wrong, Any suggestion?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: FreeRTOS with DFU service</title><link>https://devzone.nordicsemi.com/thread/42190?ContentTypeID=1</link><pubDate>Mon, 11 Jan 2016 14:49:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5f68a68f-f1e3-4fa7-9698-65dc87560373</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;The DFU support is missing from that particular example and I have reported this internally. This hould be fixed in the next release.&lt;/p&gt;
&lt;p&gt;Meanwhile, you can attempt to add the DFU support using &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v11.0.0/bledfu_application.html"&gt;this&lt;/a&gt; guide. I would also suggest using the S130_with_dfu example as a reference when adding the DFU support.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: FreeRTOS with DFU service</title><link>https://devzone.nordicsemi.com/thread/42189?ContentTypeID=1</link><pubDate>Mon, 11 Jan 2016 14:19:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a9772d2d-b9e7-41bf-9e3d-658b9793d344</guid><dc:creator>Steven</dc:creator><description>&lt;p&gt;I read the main.c code, there are nothing about dfu service. I also download the code (nRF5_SDK_11.0.0-2.alpha_bc3f6a0\examples\ble_peripheral\ble_app_hrs_freertos\pca10028\s130_with_dfu\arm5_no_packs\ble_app_hrs_freertos_s130_with_dfu_pca10028.uvprojx) to the pca10028 board, and use Master Control Panel to discover the service, there also no dfu service.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: FreeRTOS with DFU service</title><link>https://devzone.nordicsemi.com/thread/42188?ContentTypeID=1</link><pubDate>Mon, 11 Jan 2016 13:31:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a0dc88b7-8f70-470c-807f-62d8bd33c301</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;The DFU service is added in &lt;code&gt;ble_dfu.c&lt;/code&gt;, found under the nRF_BLE group in the Project Window in Keil.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>