<?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>Is beacon rev.1.1.0 compatible with softdevice s110 V8.0?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/8611/is-beacon-rev-1-1-0-compatible-with-softdevice-s110-v8-0</link><description>Hi,
I have nrf51822 bluetooth smart kit Rev 1.1.0 .
Is this beacon compatible with Softdevice110 V8.0?
I want to know this because I have read that &amp;quot;The CPU will by default be available for the application during RF activity&amp;quot; at this version of softdevice</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 07 Aug 2015 22:24:50 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/8611/is-beacon-rev-1-1-0-compatible-with-softdevice-s110-v8-0" /><item><title>RE: Is beacon rev.1.1.0 compatible with softdevice s110 V8.0?</title><link>https://devzone.nordicsemi.com/thread/31511?ContentTypeID=1</link><pubDate>Fri, 07 Aug 2015 22:24:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:370d8030-e10b-4ae1-942e-a0dce792b895</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;It depends on what chip revision of the nRF51 you have. You need to compare the device markings of your chip with Table 2 in the &lt;a href="https://www.nordicsemi.com/eng/Products/Bluetooth-Smart-Bluetooth-low-energy/nRF51822#Downloads"&gt;nRF51 Series Compatibility Matrix&lt;/a&gt; to figure out what revision you have. Then you check Table 4 to see what SoftDevices and SDKs that are compatible with your chip.&lt;/p&gt;
&lt;p&gt;If you use SoftDevice S110 8.0.0 with a revision 2 chip you should enable mutual exclusion between the radio and the application. Please see the Changes section in the S110 8.0.0 release notes for more information.&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;uint32_t opt_id = BLE_COMMON_OPT_RADIO_CPU_MUTEX;
ble_opt_t cpu_blocking_enabled;
cpu_blocking_enabled.common_opt.radio_cpu_mutex.enable = 1;
ble_stack_init();
err_code = sd_ble_opt_set(opt_id, &amp;amp;cpu_blocking_enabled);
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;I can&amp;#39;t check what revision is on the 1.1.0 now, but I can on Monday, please add a comment if you can&amp;#39;t figure it out.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>