<?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>Softdevice needed or not?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/22096/softdevice-needed-or-not</link><description>I am working with the SDK 13 ble_app_att_mtu_throughput example. With the SDK 12 example, it seems to require the SoftDevice to be loaded with the arm5_no_packs example. The same example in 13 requires the device to be completely erased - no SoftDevice</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 16 May 2017 14:51:15 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/22096/softdevice-needed-or-not" /><item><title>RE: Softdevice needed or not?</title><link>https://devzone.nordicsemi.com/thread/86822?ContentTypeID=1</link><pubDate>Tue, 16 May 2017 14:51:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5f95de2c-e825-4690-9d94-01614f34ace0</guid><dc:creator>George</dc:creator><description>&lt;p&gt;Perfect, that cleared a lot of fog for me!  The example now works!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Softdevice needed or not?</title><link>https://devzone.nordicsemi.com/thread/86821?ContentTypeID=1</link><pubDate>Tue, 16 May 2017 14:05:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9dbd84e6-f4d2-4099-83c7-7316a4a49dcf</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;The &amp;quot;pack&amp;quot; in the context of &amp;quot;arm5_no_packs&amp;quot; refers to CMSIS Pack, which is no longer supported.
See the blog post &lt;a href="https://devzone.nordicsemi.com/blogs/880/deprecating-support-for-cmsis-pack-in-nrf5-sdk/"&gt;Deprecating support for CMSIS Pack in nRF5 SDK&lt;/a&gt; for more information about this.&lt;/p&gt;
&lt;p&gt;You can see if an example is meant to be used with the SoftDevice by looking at the folder the project is located in. If an example is meant to be used with the SoftDevice it will be located in a S132 / S140 folder. E.g.:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt; examples\ble_peripheral\peripheralble_app_att_mtu_throughput\pca10040\ s132 \arm5_no_packs
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Examples that does not require the SoftDevice is located in a blank folder, e.g.&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;examples\peripheral\spi\pca10040\blank\arm5_no_packs
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;All the BLE examples located in the folders &lt;code&gt;ble_central&lt;/code&gt;, &lt;code&gt;ble_peripheral&lt;/code&gt; and &lt;code&gt;ble_central_and_peripheral&lt;/code&gt; uses the SoftDevice.&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;In SDK 13 the ble_app_att_mtu_throughput example requires SoftDevice S132 v4.0.2 if you are using the nRF52832. If you are using the nRF52840 you need to use the S140 v5.0.0-2.alpha SoftDevice.&lt;/p&gt;
&lt;p&gt;The SoftDevices are located in the folder &lt;code&gt;SDK_folder\components\softdevice&lt;/code&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>