<?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>External Interrupt with softdevice</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/18373/external-interrupt-with-softdevice</link><description>Hi, 
 Please help me with the following theoretical situation:
I have a NRF52832 running HID profile, mostly sleeping.
From time to time, an external interrupt occur (GPIO line) and the time interval in which the MCU must handle this interrupt is 150us</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 14 Dec 2016 10:37:16 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/18373/external-interrupt-with-softdevice" /><item><title>RE: External Interrupt with softdevice</title><link>https://devzone.nordicsemi.com/thread/70928?ContentTypeID=1</link><pubDate>Wed, 14 Dec 2016 10:37:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c00d0c71-8ef2-4ba4-80d5-26976c019c19</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;Hi Assafi,&lt;/p&gt;
&lt;p&gt;the SoftDevice will always run with the highest priority and we do not provide any APIs that allows you to alter this since the SoftDevice has real-time constraints that must be meet.&lt;/p&gt;
&lt;p&gt;We provide utility functions to create critical regions, see this page on Infocenter, but these functions will only disable interrupts from other peripherals and not the SoftDevice itself.&lt;/p&gt;
&lt;p&gt;It is possible to use the SoftDevice&amp;#39;s &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.s132.sds/dita/softdevices/s130/concurrent_multiprotocol_tsl_api/concurrent_multiprotocol_tsl_api.html"&gt;TimeSlot API&lt;/a&gt; to request a timeslot where you&amp;#39;re guaranteed to not receive any interrupts from the SoftDevice. However, ultimately it&amp;#39;s the SoftDevice that decides if the timeslot should be granted or not.&lt;/p&gt;
&lt;p&gt;Best regards&lt;/p&gt;
&lt;p&gt;Bjørn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>