<?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>Blinky fail</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/124045/blinky-fail</link><description>“Why can’t I light up the LED when using the official NRF5340 Blinky example? During debugging, I found the program stuck at SLEEP_IF_ALLOWED(__WFE); in the cpu_idle.c file.”</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 01 Sep 2025 12:32:20 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/124045/blinky-fail" /><item><title>RE: Blinky fail</title><link>https://devzone.nordicsemi.com/thread/547341?ContentTypeID=1</link><pubDate>Mon, 01 Sep 2025 12:32:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cc0aaf05-c3b3-4d51-af80-c46429d6c95a</guid><dc:creator>Benjamin</dc:creator><description>&lt;p&gt;Hi,&lt;br /&gt;This should not be a problem. Do you &amp;quot;pause&amp;quot; at random times? If so, it’s very likely that execution always stops at the line you shared because the CPU spends most of its time sleeping. If you instead press the step-over button, you’ll see the flow of execution normally.&lt;br /&gt;&lt;br /&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Benjamin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Blinky fail</title><link>https://devzone.nordicsemi.com/thread/547261?ContentTypeID=1</link><pubDate>Mon, 01 Sep 2025 07:11:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ee79683e-8362-4f92-a373-27099a06943e</guid><dc:creator>Turbo J</dc:creator><description>&lt;p&gt;Normal and intended behaviour, the idle thread is supposed to wait for timer (and other) interrupts.&lt;/p&gt;
&lt;p&gt;I strongly recommend to start from&amp;nbsp;&lt;em&gt;nordic&lt;/em&gt; examples and not from the zephyr ones - the latter may not be written with the DK hardware in mind.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>