<?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>nRF52832 / BLE raw transmit gets stuck</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/59133/nrf52832-ble-raw-transmit-gets-stuck</link><description>For some reason, it seems that I am not able to send any raw data with the BLE radio. I am able to configure the radio and start it successfully. However, the radio never transmits anything and therefore the software get stuck while it is waiting for</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 18 Mar 2020 12:05:17 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/59133/nrf52832-ble-raw-transmit-gets-stuck" /><item><title>RE: nRF52832 / BLE raw transmit gets stuck</title><link>https://devzone.nordicsemi.com/thread/240418?ContentTypeID=1</link><pubDate>Wed, 18 Mar 2020 12:05:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:eb65cb90-ee59-4700-9b83-b9aef7ab8ecb</guid><dc:creator>Sami</dc:creator><description>&lt;p&gt;Indeed removing NRF_RADIO-&amp;gt;TASKS_START solved the problem. However, I am not sure why. Naturally I assumed that the radio must be started before it can be used.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52832 / BLE raw transmit gets stuck</title><link>https://devzone.nordicsemi.com/thread/240082?ContentTypeID=1</link><pubDate>Mon, 16 Mar 2020 15:23:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a007b8b2-3fc6-445c-abde-ab0426c1bbbd</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;You are starting the radio in&amp;nbsp;ett_radio_init(). Try commenting out that call to NRF_RADIO-&amp;gt;TASKS_START.&lt;/p&gt;
&lt;p&gt;note that you&amp;#39;re not setting the prefix0 and prefix1 registers.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;You could have a look at the source code in this project:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://github.com/NordicPlayground/solar_sensor_beacon/blob/master/src/hal_radio.c"&gt;https://github.com/NordicPlayground/solar_sensor_beacon/blob/master/src/hal_radio.c&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;It sends advertising data without the softdevice.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;/p&gt;
&lt;p&gt;Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>