<?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>Can application code run during radio usage?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/23716/can-application-code-run-during-radio-usage</link><description>I spoke with someone at Nordic who seemed to imply that utilizing the radio does not necessarily tie up the Cortex processor on nRF5X devices. Is this true? It seemed to me that the Nordic libraries (incl SoftDevice) ran on the Cortex. 
 I see from the</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 25 Jul 2017 09:04:51 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/23716/can-application-code-run-during-radio-usage" /><item><title>RE: Can application code run during radio usage?</title><link>https://devzone.nordicsemi.com/thread/93260?ContentTypeID=1</link><pubDate>Tue, 25 Jul 2017 09:04:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4a2396c6-a35e-41ca-93b0-c21d1b012a2f</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;@abc: The proprietary protocols does not use a SoftDevice, but uses the RADIO peripheral directly. THus the processor availability will be determined on how much time that is spent in the RADIO ISR. Of course we have implemented the protocol so that has the lowest current consumption as possible.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can application code run during radio usage?</title><link>https://devzone.nordicsemi.com/thread/93261?ContentTypeID=1</link><pubDate>Mon, 24 Jul 2017 17:30:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0f8e32f3-ceaa-47a6-b51d-e07466eee660</guid><dc:creator>abc</dc:creator><description>&lt;p&gt;Okay, thanks.  Does the same apply for proprietary ESB/Gazell?  From what I understand, SoftDevice is specific to BLE.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can application code run during radio usage?</title><link>https://devzone.nordicsemi.com/thread/93258?ContentTypeID=1</link><pubDate>Mon, 24 Jul 2017 07:56:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b405fc26-e732-4606-b111-df5d6649042b</guid><dc:creator>Mahesh Venkitachalam</dc:creator><description>&lt;p&gt;You may also find the following SDK function useful &lt;code&gt;ble_radio_notification_init&lt;/code&gt; - allows you to do tasks when radio is not active.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can application code run during radio usage?</title><link>https://devzone.nordicsemi.com/thread/93259?ContentTypeID=1</link><pubDate>Mon, 24 Jul 2017 04:11:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:425ef078-154c-4f2a-a93e-5b862c368343</guid><dc:creator>RK</dc:creator><description>&lt;p&gt;Go to the softdevice specs for the softdevice you&amp;#39;re using. You&amp;#39;ll find a section there which is called something like &amp;quot;Interrupt Model and Processor Availability&amp;quot;. In there is a sub-section which shows the processor usage for various types of use case (broadcaster, connected etc). That tells you when the processor is needed during each cycle of the bluetooth protocol.&lt;/p&gt;
&lt;p&gt;It used to be, way back in the early S110 days, the processor was either tied up or forced not to run throughout fairly large pieces of the transmission/reception window. That was changed with the later versions of nRF51 silicon and is definitely not an issue with the nRF52 series. The softdevice makes the most use of DMA etc as possible to keep the processor free as much as it can.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>