<?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>1</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/34012/thread</link><description>Hello, I ask a question about power_manager() which is internally called sd_app_evt_wait(). I want the program to enter power_manager () to stop waiting for the event to come, but the program has been running in the main function for the loop, can not</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 03 May 2018 13:39:46 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/34012/thread" /><item><title>RE: 1</title><link>https://devzone.nordicsemi.com/thread/130829?ContentTypeID=1</link><pubDate>Thu, 03 May 2018 13:39:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:00f6153a-6872-40f3-8f90-d6d0202a1730</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;When you call&amp;nbsp;sd_app_evt_wait() you will enter System ON idle mode, and wait for an&amp;nbsp;application event/interrupt. If you&amp;nbsp;stop the code execution while debugging, and&lt;span&gt;&amp;nbsp;if you are in System ON idle mode,&amp;nbsp;&lt;/span&gt;you should see the WFE/SEV&amp;nbsp;&lt;span&gt;instructions in the disassembly. It will return when an application interrupt has occurred, thereby allowing the main thread to process it if needed.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>