<?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>sdk14 radio notification unstable</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/26133/sdk14-radio-notification-unstable</link><description>I am using radio notification to change every advertisement packet. Here is my code: 
 static void on_ble_radio_active_evt(bool radio_active) {
if (radio_active) {
advertising_data_init();
m_dynamic_adv_counter++;
}
} 
 int main(void) {
...
err_code</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 08 Nov 2017 15:16:37 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/26133/sdk14-radio-notification-unstable" /><item><title>RE: sdk14 radio notification unstable</title><link>https://devzone.nordicsemi.com/thread/102986?ContentTypeID=1</link><pubDate>Wed, 08 Nov 2017 15:16:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:103a35d3-1b61-4347-bad1-3dd30c76d77c</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Could you provide an example so that we can reproduce the issue here ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: sdk14 radio notification unstable</title><link>https://devzone.nordicsemi.com/thread/102985?ContentTypeID=1</link><pubDate>Tue, 07 Nov 2017 17:06:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4b66263c-09e4-46d9-adb8-f20407978e01</guid><dc:creator>Rbai</dc:creator><description>&lt;p&gt;I checked but we do not write to flash in our app. I think you should be able to see it by just running a simple advertiser and print something in the on_ble_radio_active_evt(). You should see sometime there is a flood of prints in COM port console. Due to this issue we are currently not using this radio notification method.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: sdk14 radio notification unstable</title><link>https://devzone.nordicsemi.com/thread/102984?ContentTypeID=1</link><pubDate>Mon, 23 Oct 2017 10:21:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5e199aee-37e7-4aff-b6c0-93edbbd45f52</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Rbai,&lt;/p&gt;
&lt;p&gt;If you have a look at the softdevice release note, &amp;quot;Limitations&amp;quot; you can find that:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;If Radio Notifications are enabled,
flash write and flash erase operations
initiated through the SoftDevice API
will be notified to the application as
Radio Events (FORT-809).&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;I suspect the irregular period of 5 seconds could be related to flash activity in your application?&lt;/p&gt;
&lt;p&gt;Could you please check if you have any code doing flash in the period ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>