<?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>Modes of operation</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/11623/modes-of-operation</link><description>Hi, i try to understand how to use power down modes. But i have a problem in the example ( nRF24LE1 REGISTER RETENTION TIMER ON ). 
 while(1)
{
// Register retention mode
PWRDWN = 0x04;
// Standby mode (wait for interrupt)
PWRDWN = 0x07;
// Clear</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 02 Feb 2016 13:41:07 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/11623/modes-of-operation" /><item><title>RE: Modes of operation</title><link>https://devzone.nordicsemi.com/thread/43927?ContentTypeID=1</link><pubDate>Tue, 02 Feb 2016 13:41:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0e7f5e27-2368-4edd-bc47-35393d744b05</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;Hi, the example run a wakeup_tick() interrupt at a given interval at lowest possible power. When using wakeup from RTC, the CPU will wakeup about 1.5ms before the actual tick interrupt. This 1.5ms period is there to startup the external 16MHz crystal, and ensure that the CPU will be running from the accurate external 16MHz crystal when the actual tick interrupt occurs. To save power during the 1.5ms startup time, the example put the CPU in standby mode, the application could potentially do other processing, or even a while(1); loop.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>