<?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>RADIO_IRQHandler not called after power cycle</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/55755/radio_irqhandler-not-called-after-power-cycle</link><description>I am having a strange issue with my custom radio protocol. I have ported the code to the 52840 and SDK15 from the nrf51822 where it is running with no issues. 
 
 The issue is that everything runs correctly when using the J-Link debugger. as soon as I</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 18 Dec 2019 18:46:22 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/55755/radio_irqhandler-not-called-after-power-cycle" /><item><title>RE: RADIO_IRQHandler not called after power cycle</title><link>https://devzone.nordicsemi.com/thread/226223?ContentTypeID=1</link><pubDate>Wed, 18 Dec 2019 18:46:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f006d421-0651-4584-88c5-ccd40c404e36</guid><dc:creator>Johannes</dc:creator><description>&lt;p&gt;actually the explanation is here:&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/33321/nrf52810-project-on-pca20032-only-starts-with-debugger/128022#128022"&gt;https://devzone.nordicsemi.com/f/nordic-q-a/33321/nrf52810-project-on-pca20032-only-starts-with-debugger/128022#128022&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: RADIO_IRQHandler not called after power cycle</title><link>https://devzone.nordicsemi.com/thread/226222?ContentTypeID=1</link><pubDate>Wed, 18 Dec 2019 18:45:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:166b6868-1b5c-443c-9f86-d3aac82e2299</guid><dc:creator>Johannes</dc:creator><description>&lt;p&gt;Hi Hakon,&lt;/p&gt;
&lt;p&gt;this was not the same issue but gave me the right pointer:&lt;/p&gt;
&lt;p&gt;I removed the line:&lt;/p&gt;
&lt;p&gt;NRF_POWER-&amp;gt;DCDCEN = (POWER_DCDCEN_DCDCEN_Enabled &amp;lt;&amp;lt; POWER_DCDCEN_DCDCEN_Pos);&lt;/p&gt;
&lt;p&gt;and now it works. apparently the 52840 module I am using does not have DCDC hardware.&lt;/p&gt;
&lt;p&gt;Apparently the system will shut down as soon as the radio draws power.&lt;/p&gt;
&lt;p&gt;It is still strange that the issue is masked when using the debugger. Any explanation for this?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Johannes&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: RADIO_IRQHandler not called after power cycle</title><link>https://devzone.nordicsemi.com/thread/226073?ContentTypeID=1</link><pubDate>Wed, 18 Dec 2019 09:43:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2b57aa15-1211-46c6-b597-3b9e03c0e7ba</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Could this be the source of the issue you&amp;#39;re seeing?&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/37477/unable-to-run-uart-ble-app-example-without-debugger"&gt;https://devzone.nordicsemi.com/f/nordic-q-a/37477/unable-to-run-uart-ble-app-example-without-debugger&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;/p&gt;
&lt;p&gt;Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: RADIO_IRQHandler not called after power cycle</title><link>https://devzone.nordicsemi.com/thread/226003?ContentTypeID=1</link><pubDate>Wed, 18 Dec 2019 03:02:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e88aa7a7-848d-48fb-930e-ef3fc049155f</guid><dc:creator>wpaul</dc:creator><description>&lt;p&gt;The major difference in operation between having the debugger connected and not is that when the debugger is attached, it prevents the CPU from entering low power mode, i.e. the WFI instruction won&amp;#39;t actually spin down the CPU or turn off any clocks.&lt;/p&gt;
&lt;p&gt;Unfortunately I can&amp;#39;t really say why that would cause the symptoms you describe without seeing the code, but hopefully this will provide a clue. Do you have code to put the chip in low power? It might be it still needs some adjustments to work correctly on the 52840.&lt;/p&gt;
&lt;p&gt;-Bill&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>