<?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>applying radio override values</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/11723/applying-radio-override-values</link><description>Do we need to explicitly set the ENABLE field (Bit31) of RADIO-&amp;gt;OVERRIDE4 when applying the override values from FICR-&amp;gt;BLE_1MBIT[n]? 
 From the few samples I&amp;#39;ve checked, the MSB of FICR-&amp;gt;BLE_1MBIT[4] is already set. 
 thank you
Jing</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 08 Feb 2016 10:25:24 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/11723/applying-radio-override-values" /><item><title>RE: applying radio override values</title><link>https://devzone.nordicsemi.com/thread/44339?ContentTypeID=1</link><pubDate>Mon, 08 Feb 2016 10:25:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:16511990-c406-4514-bec7-fe1d9fa38cbb</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;Hi, this is already handled by the softdevice and direct_test_mode example in the SDK. There is no need to do anything except what is already done in the direct_test_mode example:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;if ( ((NRF_FICR-&amp;gt;OVERRIDEEN) &amp;amp; FICR_OVERRIDEEN_BLE_1MBIT_Msk) == FICR_OVERRIDEEN_BLE_1MBIT_Override)
{
    NRF_RADIO-&amp;gt;OVERRIDE0 = NRF_FICR-&amp;gt;BLE_1MBIT[0];
    NRF_RADIO-&amp;gt;OVERRIDE1 = NRF_FICR-&amp;gt;BLE_1MBIT[1];
    NRF_RADIO-&amp;gt;OVERRIDE2 = NRF_FICR-&amp;gt;BLE_1MBIT[2];
    NRF_RADIO-&amp;gt;OVERRIDE3 = NRF_FICR-&amp;gt;BLE_1MBIT[3];
    NRF_RADIO-&amp;gt;OVERRIDE4 = NRF_FICR-&amp;gt;BLE_1MBIT[4];
}
&lt;/code&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>