<?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>Problem in changing transmitter power setting</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/5163/problem-in-changing-transmitter-power-setting</link><description>We are looking to change tx_power setting to Neg30 dBm and for this we have accessed NRF_RADIO-&amp;gt;TXPOWER = (RADIO_TXPOWER_TXPOWER_Neg30dBm &amp;lt;&amp;lt; RADIO_TXPOWER_TXPOWER_Pos); 
 When we put this code in BLE project, this line of code gets hang.
Please let</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 06 Mar 2015 21:54:55 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/5163/problem-in-changing-transmitter-power-setting" /><item><title>RE: Problem in changing transmitter power setting</title><link>https://devzone.nordicsemi.com/thread/18094?ContentTypeID=1</link><pubDate>Fri, 06 Mar 2015 21:54:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:857df123-4f11-458c-b6e8-7b3afd239e4d</guid><dc:creator>cece</dc:creator><description>&lt;p&gt;Thank you Audun, it helped me resolve my issue.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Problem in changing transmitter power setting</title><link>https://devzone.nordicsemi.com/thread/18093?ContentTypeID=1</link><pubDate>Thu, 15 Jan 2015 04:48:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ef2d0cc6-ca89-43a8-ab9b-d1bb634fac47</guid><dc:creator>Audun</dc:creator><description>&lt;p&gt;Hi Cece,&lt;/p&gt;
&lt;p&gt;when you&amp;#39;re running BLE (SoftDevice is enabled), you cannot access the radio peripheral directly. The SoftDevice will block direct access to the radio among other hardware.
To change the tx power you should use the &lt;a href="http://developer.nordicsemi.com/nRF51_SDK/doc/7.1.0/s110/html/a01049.html#ga0f1931af876bef39520c58de5ac060ca"&gt;sd_ble_gap_tx_power_set()&lt;/a&gt; function instead.&lt;/p&gt;
&lt;p&gt;Audun&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>