<?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>how to build softdevice after I modify code</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/19066/how-to-build-softdevice-after-i-modify-code</link><description>Hi，Nordic
I am working for BLE_DFU, on SDK 12.1 and SoftDevice s132. 
 I checked, I should add below code in ble_dfu.c 
 char_md.char_props.write = 1;
 
 Then I added, when I use Keil to build, it only generate app hex. 
 How can I build softdevice</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 19 Jan 2017 00:58:26 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/19066/how-to-build-softdevice-after-i-modify-code" /><item><title>RE: how to build softdevice after I modify code</title><link>https://devzone.nordicsemi.com/thread/73734?ContentTypeID=1</link><pubDate>Thu, 19 Jan 2017 00:58:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:183d8b04-7172-4348-8da9-1de25859dc30</guid><dc:creator>Chaw</dc:creator><description>&lt;p&gt;ok, thanks.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to build softdevice after I modify code</title><link>https://devzone.nordicsemi.com/thread/73733?ContentTypeID=1</link><pubDate>Wed, 18 Jan 2017 07:54:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a3106e59-2989-485a-ac67-69303f6a4431</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;You cannot build the softdevice. The softdevice is provided as a prebuilt hex-file with an API specified &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.s132.api.v3.0.0/modules.html?cp=2_3_0_1_1_2"&gt;in the documentation&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The S132 softdevice is located in the &lt;code&gt;components/softdevice/s132/hex&lt;/code&gt; directory of the SDK, or &lt;a href="http://www.nordicsemi.com/eng/nordic/Products/nRF52832/S132-SD-v3/56261"&gt;can be downloaded from here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;If you tried building the softdevice in Keil using the target &lt;em&gt;flash_s132_nrf52_3.0.0_softdevice&lt;/em&gt;, the hex file in the SDK might have been removed. You then have to download and copy the hex file into the directory specified above. There are multiple methods of &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v12.2.0/getting_started_softdevice.html?cp=4_0_1_1_3_0#getting_started_sd"&gt;programming the softdevice&lt;/a&gt; to the board. You can also use &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.tools/dita/tools/nrf5x_command_line_tools/nrf5x_nrfjprogexe.html?cp=5_0_3"&gt;&lt;em&gt;nrfjprog&lt;/em&gt;&lt;/a&gt;, as described in section &lt;strong&gt;Setting up the example&lt;/strong&gt; of the &lt;a href="https://devzone.nordicsemi.com/tutorials/36/"&gt;Getting started with the nRF5 development kit&lt;/a&gt; tutorial.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Jørgen&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>