<?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>Radio mode configuration in nrf52832</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/42298/radio-mode-configuration-in-nrf52832</link><description>Hi, we made a custom board with nrf52832 and flashed example code experimental_ble_app_proximity from sdk15. 
 We are trying to change the radio mode to 2Mbits/sec BLE. 
 While trying to set the values in radio MODE register before ble_stack_init() in</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 09 Jan 2019 16:56:26 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/42298/radio-mode-configuration-in-nrf52832" /><item><title>RE: Radio mode configuration in nrf52832</title><link>https://devzone.nordicsemi.com/thread/164774?ContentTypeID=1</link><pubDate>Wed, 09 Jan 2019 16:56:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:24f3f279-d19a-4fbc-a64b-0f23c7c4ca98</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;The &lt;a href="https://www.nordicsemi.com/DocLib/Content/SoftDevice_Spec/s132/latest/SDS/s1xx/sd_resource_reqs/hw_block_interrupt_vector"&gt;RADIO peripheral is blocked by the softdevice&lt;/a&gt; when this is enabled. Trying to modify the registers directly will lead to invalid memory address error and a softdevice assert. You need to configure the softdevice to use 2 Mbit PHY, using softdevice API.&lt;/p&gt;
&lt;p&gt;Note that it is not possible to advertise on 2 Mbit PHY according to Bluetooth specifications. You can either send a &lt;a href="https://www.nordicsemi.com/DocLib/Content/SoftDevice_API_Doc/S132/v6-1-0/group_ble_gap_functions?682#gab845ddf7b56ef556ab9c2c74d5199ff8"&gt;PHY update request&lt;/a&gt; after connection, or you can set &lt;a href="https://www.nordicsemi.com/DocLib/Content/SDK_Doc/nRF5_SDK/v15-2-0/structble__adv__modes__config__t?3265#adb7d2b14c6163d2a376cf98230693fae"&gt;secondary PHY&lt;/a&gt; in the advertising configuration, to allow devices to connect on 2 Mbit PHY.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Jørgen&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>