<?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>Threads are stuck after hours but interruptions still works</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/104014/threads-are-stuck-after-hours-but-interruptions-still-works</link><description>Hello, 
 
 We have a program that have multiple threads: 
 - Thread for HMI (leds and buttons) that we have defined. 
 - All other threads are defined automatically regarding our configuration ( threads for openThread, thread for main, thread for log</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 09 Oct 2023 08:54:40 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/104014/threads-are-stuck-after-hours-but-interruptions-still-works" /><item><title>RE: Threads are stuck after hours but interruptions still works</title><link>https://devzone.nordicsemi.com/thread/449307?ContentTypeID=1</link><pubDate>Mon, 09 Oct 2023 08:54:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f5f7c669-1a69-408e-b3ee-7393916038e5</guid><dc:creator>Simon Feutrier</dc:creator><description>&lt;p&gt;Hello&amp;nbsp;&lt;a class="internal-link view-user-profile" href="https://devzone.nordicsemi.com/members/jonathanll"&gt;JONATHAN LL&lt;/a&gt;,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;We have update the SDK to 2.4.0 and added the Watchdog as the firmware must be ready for production now.&lt;/p&gt;
&lt;p&gt;You can close this ticket as we do not observe any problem with current implementation.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Threads are stuck after hours but interruptions still works</title><link>https://devzone.nordicsemi.com/thread/449042?ContentTypeID=1</link><pubDate>Thu, 05 Oct 2023 13:47:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:15066cbb-c1d6-47da-a9bc-784a3bc2da67</guid><dc:creator>JONATHAN LL</dc:creator><description>&lt;p&gt;Sorry for the slow response time here, but lets try and dig a little deeper.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;I cant determine anything from the information provided yet, but I do have some extra questions that might get us further.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;So,&amp;nbsp;&lt;br /&gt;&lt;br /&gt;- In the image that you share the environment NCS v2.2.0 is shown, does that match the project or are you on a newer version.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;- Can you show the register values when you are in the error handler. The IPSR (xPSR) register will show if the program is in an interrupt context or not.&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;Jonathan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Threads are stuck after hours but interruptions still works</title><link>https://devzone.nordicsemi.com/thread/447496?ContentTypeID=1</link><pubDate>Mon, 25 Sep 2023 12:45:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:428883e8-2e39-4a84-858f-0739a5e286ae</guid><dc:creator>Simon Feutrier</dc:creator><description>&lt;p&gt;Here below my VSCode when I attach to a device.&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1695645859284v1.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Threads are stuck after hours but interruptions still works</title><link>https://devzone.nordicsemi.com/thread/447420?ContentTypeID=1</link><pubDate>Mon, 25 Sep 2023 09:51:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:eab1a757-ce3b-4b39-9d96-dbfcd8c02e8f</guid><dc:creator>Simon Feutrier</dc:creator><description>&lt;p&gt;Hello Jonathan,&lt;/p&gt;
&lt;p&gt;Yes that&amp;#39; my problem: it is hard to reproduce. When I have 20 boards alive, one has the problem after few days/hours, maybe another 2 days later, etc. That&amp;#39;s quite random (at least at first look).&lt;/p&gt;
&lt;p&gt;I will provide the error when trying to debug.&lt;/p&gt;
&lt;p&gt;I have a GPIO that changed the LED state through an interruption and this works. I have other GPIO&amp;#39;s or LED&amp;#39;s that can be used. What should I look at?&lt;/p&gt;
&lt;p&gt;Any idea of how to spot the problem is welcome!&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Threads are stuck after hours but interruptions still works</title><link>https://devzone.nordicsemi.com/thread/447411?ContentTypeID=1</link><pubDate>Mon, 25 Sep 2023 09:31:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4fe709bf-07c1-4479-addd-2fb3f2397ba0</guid><dc:creator>JONATHAN LL</dc:creator><description>&lt;p&gt;Not much to work on with just the description, can you provide the output error when trying to debug? or do you have some other GPIO&amp;#39;s or LED&amp;#39;s that could be used for debugging?&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Can you reproduce the issue on a development kit?&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;Jonathan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>