<?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 do I do an nRF24LE1 software reset?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/6130/how-do-i-do-an-nrf24le1-software-reset</link><description>Hi all, 
 I&amp;#39;m implementing a Bootloader with the source code provided no the website (Windows C# app, nRF24LU1 station app and nRF24LE1 device bootloader/app). Everything is going well and I&amp;#39;ve modified those examples to suit my product. 
 On the nRF24LE1</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 19 Mar 2015 20:43:19 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/6130/how-do-i-do-an-nrf24le1-software-reset" /><item><title>RE: How do I do an nRF24LE1 software reset?</title><link>https://devzone.nordicsemi.com/thread/21465?ContentTypeID=1</link><pubDate>Thu, 19 Mar 2015 20:43:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dd90e62f-7660-49d3-91bf-8c8fc34d9691</guid><dc:creator>Guilherme de Paula</dc:creator><description>&lt;p&gt;This does the trick. :)&lt;/p&gt;
&lt;p&gt;void forceSysReset(void)
{
((void (code *) (void)) 0x0000) ();
}&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>