<?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>nRF52 POFWARN issue</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/14472/nrf52-pofwarn-issue</link><description>Hello, 
 I am using nRF52832 with S132 and SDK_11.0.0. I am facing issue with using power fail warning POFWARN. below is my code snap. 
 void POWER_CLOCK_IRQHandler(void)
{
	if(NRF_POWER-&amp;gt;EVENTS_POFWARN == 1)
 {
 RED_LED_ON;
 APP_LOG(&amp;quot;POWER FAIL</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 14 Jun 2016 14:29:45 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/14472/nrf52-pofwarn-issue" /><item><title>RE: nRF52 POFWARN issue</title><link>https://devzone.nordicsemi.com/thread/55263?ContentTypeID=1</link><pubDate>Tue, 14 Jun 2016 14:29:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:37a79c4e-a62f-48a7-bbfe-53423f2fbbba</guid><dc:creator>John</dc:creator><description>&lt;p&gt;The error you are getting when you use NRF_POWER_THRESHOLD_V25 is a NRF_ERROR_SOC_POWER_POF_THRESHOLD_UNKNOWN error. It is happening because 2.5V is not a valid setting for the nRF52. The POFCON settings changed on the nRF52, although I don&amp;#39;t see the defines updated in nrf_soc.h. Check out section 18.9.6 in the nRF52832_PS_v1.0. There are now more steps.&lt;/p&gt;
&lt;p&gt;Your interrupt is probably not firing because NRF_POWER_THRESHOLD_V21 is a 0. I&amp;#39;m surprised this didn&amp;#39;t trigger an error as well.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>