<?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>DFU OTA with RTX on Keil</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/19645/dfu-ota-with-rtx-on-keil</link><description>I am working with nrf51, SDK 11, S130, Keil uVision 5 and have an Application with RTX and want to use DFU OTA.
The bootloader works with the app_hrs_dfu example. 
 When starting the bootloader from my app, the bootloader is starting (LEDs are set)</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 15 Feb 2017 15:10:08 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/19645/dfu-ota-with-rtx-on-keil" /><item><title>RE: DFU OTA with RTX on Keil</title><link>https://devzone.nordicsemi.com/thread/76452?ContentTypeID=1</link><pubDate>Wed, 15 Feb 2017 15:10:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:29926d3c-d75c-49d0-8cf4-aa92257c79d1</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;I do not think that there should be any issue to use the bootloader when you use RTX. Can you post your memory settings(i,e, ROM /RAM)? Are you able to start a debug session in the bootloader, run the code(which will jump to the application) and then set a breakpoint in the bootloaders main to check if you enter the bootloader after you trigger DFU from the application?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DFU OTA with RTX on Keil</title><link>https://devzone.nordicsemi.com/thread/76453?ContentTypeID=1</link><pubDate>Mon, 13 Feb 2017 14:11:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1f632058-e97b-454f-bc84-398e509613a4</guid><dc:creator>Christian Waldmann</dc:creator><description>&lt;p&gt;Yes I followed the instructions, and used the ble_app_hrs_s130_with_dfu_pca10028 as template for modification.
With this example DFU OTA works fine. But I use RTX! Is this a problem?&lt;/p&gt;
&lt;p&gt;For information: The macro mentioned in the documentation has no function for code generation in the example ble_app_hrs_s130_with_dfu_pca10028
#define IS_SRVC_CHANGED_CHARACT_PRESENT   1&lt;/p&gt;
&lt;p&gt;The enabling is hard coded in the ble_stack_init() function&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;#ifdef BLE_DFU_APP_SUPPORT
    ble_enable_params.gatts_enable_params.service_changed = 1;
#endif // BLE_DFU_APP_SUPPORT
&lt;/code&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DFU OTA with RTX on Keil</title><link>https://devzone.nordicsemi.com/thread/76451?ContentTypeID=1</link><pubDate>Mon, 13 Feb 2017 13:39:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e6b93320-752d-45d2-85d3-536d790c35c8</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;Hi Chris, have you added the files and modified your application according to the instructions given &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v11.0.0/bledfu_appextending.html?resultof=%22%65%78%74%65%6e%64%69%6e%67%22%20%22%65%78%74%65%6e%64%22%20%22%61%70%70%6c%69%63%61%74%69%6f%6e%22%20%22%61%70%70%6c%69%63%22%20"&gt;here&lt;/a&gt;?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>