<?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>nrf24lu1 interrupt latency</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/33779/nrf24lu1-interrupt-latency</link><description>I am trying to create a TDMA based network with the nRF24LU1+. I understand that nRF51 and nRF52 have the ability to trigger the transmission of a radio packet upon timer event using GPIOTE, but this does not exist on the nRF24LU1+. Because of this, I</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 03 May 2018 00:31:34 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/33779/nrf24lu1-interrupt-latency" /><item><title>RE: nrf24lu1 interrupt latency</title><link>https://devzone.nordicsemi.com/thread/130693?ContentTypeID=1</link><pubDate>Thu, 03 May 2018 00:31:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f0d97600-e09a-4f5e-85ae-aacb2a222f31</guid><dc:creator>Andrew Kohlsmith</dc:creator><description>&lt;p&gt;Thank you @kenneth. It looks like I should be able to set up a timer interrupt as the highest priority and then flip the bit with very little context switching (saving registers) overhead. If I&amp;#39;m reading correctly, though, it looks like there could be significant (relatively speaking) jitter since the 8051 core used on the nRF24LU1 can take up to 6 cycles (375ns @16MHz) to execute an instruction and I am sure the core will finish executing its current instruction before branching to an ISR.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf24lu1 interrupt latency</title><link>https://devzone.nordicsemi.com/thread/129787?ContentTypeID=1</link><pubDate>Wed, 25 Apr 2018 13:30:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:de6179b4-f5a2-4232-94cd-c8936e5a1f3b</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;The nRF24 series use a R8051 core from Cast, so you may find this useful:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.cast-inc.com/blog/8051-interrupt-latency-designing-with-modern-8-bit-mcus"&gt;http://www.cast-inc.com/blog/8051-interrupt-latency-designing-with-modern-8-bit-mcus&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.keil.com/support/docs/1808.htm"&gt;http://www.keil.com/support/docs/1808.htm&lt;/a&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>