<?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>nRF51822 POFCON setting at VDD 2.1V</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/6071/nrf51822-pofcon-setting-at-vdd-2-1v</link><description>Hello, 
 I wonder how power failure comparator works at VDD 2.1V.
If VDD goes down to 2.1V, and I set POFCON enabled at 2.1V threshold, then does POFWARN work?
How 2.1V threshold is produced by VBR? 
 Thanks..</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 21 Jul 2017 19:19:44 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/6071/nrf51822-pofcon-setting-at-vdd-2-1v" /><item><title>RE: nRF51822 POFCON setting at VDD 2.1V</title><link>https://devzone.nordicsemi.com/thread/21264?ContentTypeID=1</link><pubDate>Fri, 21 Jul 2017 19:19:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e5a9678f-827a-4d3f-ae65-d099b51ea80a</guid><dc:creator>gshah</dc:creator><description>&lt;p&gt;POFWARN event for Power failure warning will be triggered on any voltage below 2.1V is detected after POFCON enabled. You can also disable softdevice and check for this warning once POFCON is enable and threshold is set.    if (NRF_POWER-&amp;gt;EVENTS_POFWARN) condition can be helpful to check for this event. Clearing this event / interrupt might help to see this triggered again from voltage going lower then threshold in next power cycle if any.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF51822 POFCON setting at VDD 2.1V</title><link>https://devzone.nordicsemi.com/thread/21263?ContentTypeID=1</link><pubDate>Wed, 18 Mar 2015 05:36:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b7f79c68-164b-4d83-8371-63e8f09cb927</guid><dc:creator>testy</dc:creator><description>&lt;p&gt;Tested with:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;uint32_t p_event;
err_code = sd_evt_get(&amp;amp;p_event);	// get any pending events generated by the SoC API

if (err_code == NRF_SUCCESS)
{
	if (p_event == NRF_EVT_POWER_FAILURE_WARNING)	// SD event
	{
		sd_nvic_ClearPendingIRQ(SD_EVT_IRQn);	// clear NRF_POWER-&amp;gt;EVENTS_POFWARN after MOTOR test (to clear preceding warnings)
	}
}
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Works as expected.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF51822 POFCON setting at VDD 2.1V</title><link>https://devzone.nordicsemi.com/thread/21262?ContentTypeID=1</link><pubDate>Tue, 17 Mar 2015 14:18:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9d10a946-c946-46af-b6b4-09941bd7c9fb</guid><dc:creator>Stefan Birnir Sverrisson</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;If you enable the POF when equal or under the configured warning voltage, it should give you a warning when you enable it. Once the POF has given a warning event, the supply voltage will need to exceed V_POF+V_HYST in order to give warning again, see nRF51 Series Reference Manual 3.0, section 12.1.9&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>