<?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>BLE not working with timer interrupt (RFduino)</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/16429/ble-not-working-with-timer-interrupt-rfduino</link><description>Hi guys, 
 I am using the RFduino nrf51822 chip. I am using the TIMER2 interrupt and it works fine. But when I try to use the BLE along with the timer interrupt both don&amp;#39;t work. I don&amp;#39;t get the advertisement for the connection to be made neither does</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 15 Sep 2016 12:26:44 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/16429/ble-not-working-with-timer-interrupt-rfduino" /><item><title>RE: BLE not working with timer interrupt (RFduino)</title><link>https://devzone.nordicsemi.com/thread/62864?ContentTypeID=1</link><pubDate>Thu, 15 Sep 2016 12:26:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e23ca9f4-ec1e-4953-a42a-db64634181f9</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;as long as you are using priority 1 or 3, then you are not interfering with BLE SD activity. you can use as many peripherals as you wish. Just make sure that if they both use same priority then their handling could be delayed until the current interupt routine is finished. Apart for that there is nothing to think about.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE not working with timer interrupt (RFduino)</title><link>https://devzone.nordicsemi.com/thread/62863?ContentTypeID=1</link><pubDate>Thu, 15 Sep 2016 11:52:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3a8a2cdf-1406-44a8-8bff-bf846befe0dc</guid><dc:creator>Johnny1010</dc:creator><description>&lt;p&gt;I had just a few other ambiguities. I also want to use I2C along with the BLE and timer interrupt would I need to do anything extra in terms of setting the priority or just use it as it is&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE not working with timer interrupt (RFduino)</title><link>https://devzone.nordicsemi.com/thread/62862?ContentTypeID=1</link><pubDate>Thu, 15 Sep 2016 11:24:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e896d0e3-eb00-4b35-ac71-e2bae5339904</guid><dc:creator>Johnny1010</dc:creator><description>&lt;p&gt;Aryan thanks a lot man it worked :)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE not working with timer interrupt (RFduino)</title><link>https://devzone.nordicsemi.com/thread/62861?ContentTypeID=1</link><pubDate>Thu, 15 Sep 2016 08:36:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:07ef2f16-506f-4dd6-9064-664747d329cd</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;you should try priority 1 or 3.   (I recommend 3 if you do not have serious real time constraints with your handler)
0 and 2 are reserved for softdevice and SVC.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE not working with timer interrupt (RFduino)</title><link>https://devzone.nordicsemi.com/thread/62860?ContentTypeID=1</link><pubDate>Wed, 14 Sep 2016 21:30:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8da00eef-0852-417e-a430-1043be04392b</guid><dc:creator>Johnny1010</dc:creator><description>&lt;p&gt;I have tried adding NVIC_SetPriority( TIMER2_IRQn, 2 ); Still doesn&amp;#39;t work.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE not working with timer interrupt (RFduino)</title><link>https://devzone.nordicsemi.com/thread/62859?ContentTypeID=1</link><pubDate>Wed, 14 Sep 2016 19:41:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d9c2e955-ffb2-47a5-824f-ba15c22a897e</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;I am not so familiar with RFduino code. But dont you have to set the priority of the interrupt handler so that it is not conflicting with underlying BLE softdevice activity?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>