<?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>trying BLE and ESB parallel - SWI0 and radio</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/5956/trying-ble-and-esb-parallel---swi0-and-radio</link><description>Hi, I&amp;#39;m trying to run ESB during the timeslot api requested slots.
The problem is that BLE uses app_timer, which uses SWI0 for the callbacks, and at the same time, ESB also uses SWI0. As soon as I compiled the code, no surprise, it complains that there</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Sun, 29 Mar 2015 16:01:11 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/5956/trying-ble-and-esb-parallel---swi0-and-radio" /><item><title>RE: trying BLE and ESB parallel - SWI0 and radio</title><link>https://devzone.nordicsemi.com/thread/20750?ContentTypeID=1</link><pubDate>Sun, 29 Mar 2015 16:01:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dcf9e240-3bf9-4b7b-843c-805c7ea39a56</guid><dc:creator>Dom O</dc:creator><description>&lt;p&gt;I found an alternate library (app_timer_ble_gzll.c) in the SDK that seems to overcome this issue.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;From the Keil uVision, select Project-&amp;gt;Manage-&amp;gt;Run-Time Environment.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Select and expand &amp;quot;nRF_Libraries&amp;quot;, and then &amp;quot;app_timer&amp;quot;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Then change the Variant from &amp;quot;default&amp;quot; to &amp;quot;Gzll&amp;quot;, and OK it.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: trying BLE and ESB parallel - SWI0 and radio</title><link>https://devzone.nordicsemi.com/thread/20749?ContentTypeID=1</link><pubDate>Thu, 19 Mar 2015 07:56:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4cc975fd-f1a8-44b2-a7f5-10cb280526fc</guid><dc:creator>Asbj&amp;#248;rn</dc:creator><description>&lt;p&gt;Are you using Radio Notification? If not, you can re-use the SWI setup towards Radio Notification. I&amp;#39;m not sure if you have had a look at the code examples showing usage of S110 with ESB/Proprietary radio in time slots: &lt;a href="https://github.com/NordicSemiconductor/nRF51-multi-role-conn-observer-advertiser"&gt;github.com/.../nRF51-multi-role-conn-observer-advertiser&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;If you don&amp;#39;t hand control over to the BLE softdevice at the end of the time slot, the BLE connection will fail. You will drop the link, but the application shouldn&amp;#39;t fail. You could do a re-connect. This isn&amp;#39;t recommended, you should disconnect and disable the Softdevice if you think that you have to use more than what you are give as time slots.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: trying BLE and ESB parallel - SWI0 and radio</title><link>https://devzone.nordicsemi.com/thread/20748?ContentTypeID=1</link><pubDate>Thu, 12 Mar 2015 15:50:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9460e7aa-ba7e-440a-8621-21847b6c3d97</guid><dc:creator>ricardo_marinheiro</dc:creator><description>&lt;p&gt;Thank you!!!&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve tried to do just that, but then again BLE uses all the SWIs except one according to the docs, therefore if you use the app_timer, no SWI is left to be used. But Even if you ignore this and try just to configure another SWI in the ESB lib constants h file, the error is exactly the same, which leads me to thing that at some point I&amp;#39;m using the wrong header file to configure this or someone hard coded the SWI0 handler as default without using a selection from the constants. Still this is just a long shot hunch given the compiler return is no different  changing the ESB to a different SWI or not.&lt;/p&gt;
&lt;p&gt;At the moment I&amp;#39;m trying to use uESB once it uses no SWIs and I can build my own event handler.
As soon as this works the problem will be understanding if by the end of the given time slot, the BLE will or won&amp;#39;t reconfigure the radio to the needs, or will just fail.&lt;/p&gt;
&lt;p&gt;Thank you!!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: trying BLE and ESB parallel - SWI0 and radio</title><link>https://devzone.nordicsemi.com/thread/20747?ContentTypeID=1</link><pubDate>Thu, 12 Mar 2015 15:30:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:71595c4b-b91d-4899-b43e-5de01cc5719d</guid><dc:creator>Asbj&amp;#248;rn</dc:creator><description>&lt;p&gt;You can redefine which interrupt to be used by the ESB, that&amp;#39;s not a problem. Just make sure it&amp;#39;s given the highest priority during the timeslot event. You can&amp;#39;t have ESB and BLE running at exactly the same time, so you can only use ESB inside the time slots that you are assigned.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>