<?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>RF interrupt on register retention</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/8327/rf-interrupt-on-register-retention</link><description>Hi, I use nRF24LE1 configured for power down on register retention mode with RFRx active. 
 When the CPU is on power down i don&amp;#39;t have any interrupt from RFIRQ. 
 Init configuration 
 IEN1 = 0x22; // interrupt from RTC and RFIRQ

WUCON = 0x0f; /</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 22 Jul 2015 13:52:56 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/8327/rf-interrupt-on-register-retention" /><item><title>RE: RF interrupt on register retention</title><link>https://devzone.nordicsemi.com/thread/30152?ContentTypeID=1</link><pubDate>Wed, 22 Jul 2015 13:52:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2f0457db-a0f1-476f-9911-ccbef55a226c</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;The only mode that can wakeup from RFIRQ is standby-mode (PWRDWN=7), as stated in the nRF24LE1 PS chapter 11.2.&lt;/p&gt;
&lt;p&gt;You are entering a lower sleep mode, register retention, where the only clock source running is the 32 kHz source.&lt;/p&gt;
&lt;p&gt;The reason why you need this sequence when in register retention (timer on):&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;PWRDWN = 7;
PWRDWN = 4;
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;is because the RTC peripheral wakes you up on a &amp;quot;pre start time&amp;quot; as it&amp;#39;s named in the datasheet. This means that it wakes up the CPU core a given amount of 32 kHz cycles before the interrupt occurs so that you are able to start up your processes and the 16MHz external crystal for radio-usage.&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>