<?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>CPU Unblocking, BLE Radio Notification and pStorage Access</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/6088/cpu-unblocking-ble-radio-notification-and-pstorage-access</link><description>The following thread talks about CPU unblocking during connection intervals. 
 devzone.nordicsemi.com/.../ 
 
 
 How does this feature affect BLE Radio Notification? Do I expect any difference in the Radio Notification pattern? 
 
 
 Currently</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 19 Mar 2015 17:34:53 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/6088/cpu-unblocking-ble-radio-notification-and-pstorage-access" /><item><title>RE: CPU Unblocking, BLE Radio Notification and pStorage Access</title><link>https://devzone.nordicsemi.com/thread/21314?ContentTypeID=1</link><pubDate>Thu, 19 Mar 2015 17:34:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:456f2997-b010-40a1-9cd0-e243224ede34</guid><dc:creator>sam wagner</dc:creator><description>&lt;p&gt;Thank you so much for the clarification. I will close the issue.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: CPU Unblocking, BLE Radio Notification and pStorage Access</title><link>https://devzone.nordicsemi.com/thread/21313?ContentTypeID=1</link><pubDate>Thu, 19 Mar 2015 14:59:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:95218bdb-b42d-47dc-b55c-109d58c70543</guid><dc:creator>Stefan Birnir Sverrisson</dc:creator><description>&lt;p&gt;Hi Sam&lt;/p&gt;
&lt;p&gt;With pstorage, you can safely call flash write and flash erase operations without worrying about the CPU blocking. This is handled internally in the softdevice since S110 6.0.0, see the release notes for S110 6.0.0. The flash erase operation will however take ~21ms to complete, so if you use radio notifications and have connection/advertising inerval &amp;lt;30ms, your throughput will be decreased when performing flash erase operations, as they might override scheduled BLE transmission. This will however not result in BLE disconnection.&lt;/p&gt;
&lt;p&gt;When using radio notificatoins with pstorage, realise the following limiation of the softdevice:&lt;/p&gt;
&lt;p&gt;&lt;em&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;/em&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: CPU Unblocking, BLE Radio Notification and pStorage Access</title><link>https://devzone.nordicsemi.com/thread/21312?ContentTypeID=1</link><pubDate>Tue, 17 Mar 2015 18:54:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9803da2c-ea27-40b5-93af-ef685cb1722d</guid><dc:creator>sam wagner</dc:creator><description>&lt;p&gt;Hi Hakon, Thanks a lot for the response...
Just to further understand, can we use pstorage APIs (ie sd_flash APIs) anytime without enabling radio notification even with SDK6.1?  AFAIK there were problems because of the CPU blocking during Flash access in my project. And the issues went away when I started using Radio Notification feature. I am hoping that I can get away with disabling Radio Notification feature with CPU unblocking enabled in SDK7.2 in order to reduce data transfer latencies (all my data, exchanged over BLE, is stored in Flash). Let me know your input.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: CPU Unblocking, BLE Radio Notification and pStorage Access</title><link>https://devzone.nordicsemi.com/thread/21311?ContentTypeID=1</link><pubDate>Tue, 17 Mar 2015 11:57:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:18974cb3-4873-4ae3-af2e-cd4c631395ab</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Hi Sam,&lt;/p&gt;
&lt;p&gt;&amp;quot;unblocking&amp;quot; the CPU during connection intervals will not have any timing implications on the radio_notification. As Pstorage uses the sd_flash-API to store/erase flash, it is considered safe to use at any time (as it queues cmd&amp;#39;s), but if you use it with combination with the radio_notification you&amp;#39;re certain that you will have a longer period where you&amp;#39;re not interrupted by the stack.&lt;/p&gt;
&lt;p&gt;Cheers,
Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>