<?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 to use Watchdog in Nrf24le1?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/4227/how-to-use-watchdog-in-nrf24le1</link><description>Please provide me some details about how to implement watchdog functionality so that i can reset the entire system for avoiding software Hangs
I have come up with a code that is as follows:...
CLKLFCTRL|=0x01;
WDSV=0x80;
WDSV=0x02;	
since WDSV is</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 31 Oct 2014 12:49:44 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/4227/how-to-use-watchdog-in-nrf24le1" /><item><title>RE: How to use Watchdog in Nrf24le1?</title><link>https://devzone.nordicsemi.com/thread/15093?ContentTypeID=1</link><pubDate>Fri, 31 Oct 2014 12:49:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f3f00dcc-28d6-4d69-8fc9-46cd29fe1579</guid><dc:creator>Asbj&amp;#248;rn</dc:creator><description>&lt;p&gt;You&amp;#39;re using the correct values for WDSV and you write to WDSV in two operations. 0x80 first and then 0x02.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;This 16 bits word is read and written
as two separate bytes, LSByte and
MSByte. LSByte is read and written
first.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;You need to enable the 32 kHz source by setting:&lt;br /&gt;
CLKLFCTRL = 1;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>