<?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>how many way for wack-up my chip nrf51?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/17241/how-many-way-for-wack-up-my-chip-nrf51</link><description>i m using nrf51.... first i have call WFI(); and device goes to sleep mode...and when press any switch on gpio so, wack-up again...so, may i know that.. how many way for wack-up my chip.....like as.. switch press, interrupt call, and other.. i m not know</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 26 Oct 2016 07:48:52 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/17241/how-many-way-for-wack-up-my-chip-nrf51" /><item><title>RE: how many way for wack-up my chip nrf51?</title><link>https://devzone.nordicsemi.com/thread/66227?ContentTypeID=1</link><pubDate>Wed, 26 Oct 2016 07:48:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:144c9e4f-84b3-4bdc-b7f2-4df43880637e</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;In WFI sleep the CPU will wake up as a result of an interrupt request if the associated interrupt is enabled in the NVIC.&lt;/p&gt;
&lt;p&gt;If you are using the SoftDevice, you should instead use the power management functions provided by the SoftDevice. The equivalent to WFI is &lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.s130.api.v2.0.1/group___n_r_f___s_o_c___f_u_n_c_t_i_o_n_s.html#ga11d88d38ac99fb72cde74c9385d36433"&gt;sd_app_evt_wait()&lt;/a&gt;, which will put the chip in System ON sleep mode until an event occurs. This function will wake up the CPU to process SoftDevice events, but it will not exit until an application event occurs, so to the application it looks like you are in sleep all the time. To wake up the chip from system ON sleep mode, any application event can be used.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>