<?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 check which mbr softdevice api stack is programmed and currently running on my device?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/46537/how-to-check-which-mbr-softdevice-api-stack-is-programmed-and-currently-running-on-my-device</link><description>I am new to softdevices so please bear with me for long list of questions. 
 I am evaluating SDK15.2.0 examples one-by-one. I came across eddystone example (ble_app_eddystone) and it is available for s140 only. However, the documentation for eddystone</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 26 Apr 2019 08:15:05 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/46537/how-to-check-which-mbr-softdevice-api-stack-is-programmed-and-currently-running-on-my-device" /><item><title>RE: How to check which mbr softdevice api stack is programmed and currently running on my device?</title><link>https://devzone.nordicsemi.com/thread/183976?ContentTypeID=1</link><pubDate>Fri, 26 Apr 2019 08:15:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3c545333-15a3-46a1-bbe9-2b383ff3fae5</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Take a look at &lt;a href="https://devzone.nordicsemi.com/tutorials/b/getting-started/posts/nrf52840-dongle-programming-tutorial"&gt;this&amp;nbsp;tutorial&lt;/a&gt;&amp;nbsp;on how to adapt the pca10056 examples to work on the dongle (in short, you need to change the p&lt;span&gt;reprocessor&lt;/span&gt;&amp;nbsp;define BOARD_PCA10056 to &lt;span&gt;BOARD_PCA10059&lt;/span&gt;).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to check which mbr softdevice api stack is programmed and currently running on my device?</title><link>https://devzone.nordicsemi.com/thread/183922?ContentTypeID=1</link><pubDate>Fri, 26 Apr 2019 04:22:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fc8c30dd-e768-4225-ac6d-4184c85af8eb</guid><dc:creator>pdpro</dc:creator><description>&lt;p&gt;Yes, nRF connect app is helpful for me to detect the stack. Thanks.&lt;/p&gt;
&lt;p&gt;Further, If I wanted to change an example available for PCA10056 to work with PCA10059, what are the file and configuration changes needed? I want to test eddystone example work with nRF dongle.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to check which mbr softdevice api stack is programmed and currently running on my device?</title><link>https://devzone.nordicsemi.com/thread/183870?ContentTypeID=1</link><pubDate>Thu, 25 Apr 2019 14:50:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d338f99e-5ef0-4e79-b10e-901c96745ea4</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
[quote userid="75091" url="~/f/nordic-q-a/46537/how-to-check-which-mbr-softdevice-api-stack-is-programmed-and-currently-running-on-my-device"] However, the documentation for eddystone says that &amp;quot;&lt;span&gt;This example requires one of the following SoftDevices: &lt;b&gt;S112, S132&lt;/b&gt;&lt;/span&gt;&amp;quot;.[/quote]
&lt;p&gt;We have eddystone example for nRF52840-DK(pca10056) and the S140 also, so this is a documentation bug.&lt;/p&gt;
[quote userid="75091" url="~/f/nordic-q-a/46537/how-to-check-which-mbr-softdevice-api-stack-is-programmed-and-currently-running-on-my-device"]How to check which softDevice stack is running on my DK?[/quote]
&lt;p&gt;You can e.g. check it with nRF Connect programmer app:&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/pastedimage1556203561359v1.png" /&gt;&lt;/p&gt;
&lt;p&gt;If you need to check it run-time, then it&amp;#39;s defined in&amp;nbsp;nrf_sdm.h as well,&amp;nbsp;see &lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.s140.api.v6.1.1/group___n_r_f___s_d_m___d_e_f_i_n_e_s.html?cp=3_4_2_1_2_8_0_20#gaa8cfc1717fb1c35dccbd6cac6e9f54a4"&gt;this link&lt;/a&gt;.&lt;/p&gt;
[quote userid="75091" url="~/f/nordic-q-a/46537/how-to-check-which-mbr-softdevice-api-stack-is-programmed-and-currently-running-on-my-device"]Do I need to replace header files for particular stack as I see different header files for different stack?[/quote]
&lt;p&gt;No, &lt;strong&gt;If you are using the nRF52840-DK, then you need to use the pca10056/s140 project&lt;/strong&gt;.It&amp;#39;s already configured correctly.&lt;/p&gt;
[quote userid="75091" url="~/f/nordic-q-a/46537/how-to-check-which-mbr-softdevice-api-stack-is-programmed-and-currently-running-on-my-device"]I am using Segger Embedded Studio but there is no toolchain associated with SES for each softdevice stack. Does SES requires no any toolchain configuration?[/quote]
&lt;p&gt;There are different SES projects for the different boards and SoftDevices. If you are using nRF52840-DK, then use the project under pca10056/s140 (i.e. SDK_folder\examples\ble_peripheral\ble_app_eddystone\pca10056\s140\ses).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>