<?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>Zephyr OS Thread Issue</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/113684/zephyr-os-thread-issue</link><description>Hi All, I am using an nrf52832 and using NCS version 2.6.0. I am having an issue where I am trying to initialize and run a thread, but the thread never runs. I have tried an assortment of processes and configurations with no luck thus far. Below will</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 07 Aug 2024 11:20:19 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/113684/zephyr-os-thread-issue" /><item><title>RE: Zephyr OS Thread Issue</title><link>https://devzone.nordicsemi.com/thread/497317?ContentTypeID=1</link><pubDate>Wed, 07 Aug 2024 11:20:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:aac1ac22-56d9-4758-be60-d2820ee3186a</guid><dc:creator>Charlie</dc:creator><description>&lt;p&gt;Good to hear!&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Charlie&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zephyr OS Thread Issue</title><link>https://devzone.nordicsemi.com/thread/497233?ContentTypeID=1</link><pubDate>Tue, 06 Aug 2024 20:22:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2abec779-f116-4d74-ada4-8f952c6547a8</guid><dc:creator>dlewis</dc:creator><description>&lt;p&gt;Hi Charlie, after further investigation I discovered the issue. The main thread infinite loop was never yielding and allowing other threads with lower priority to run.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zephyr OS Thread Issue</title><link>https://devzone.nordicsemi.com/thread/497212?ContentTypeID=1</link><pubDate>Tue, 06 Aug 2024 15:48:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4450161d-7718-432b-91a0-018d5be14ffa</guid><dc:creator>dlewis</dc:creator><description>&lt;p&gt;Hi Charlie, unfortunately that did not change the functionality.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zephyr OS Thread Issue</title><link>https://devzone.nordicsemi.com/thread/497156?ContentTypeID=1</link><pubDate>Tue, 06 Aug 2024 12:32:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4ad6c1cf-c2c5-40fe-97b7-c6f5896f3559</guid><dc:creator>Charlie</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Try to add extern keyword in front of the following function.&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;void send_emergency_noti(void *p1, void *p2, void *p3)
{
printk(&amp;quot;Emergency Noti THREAD FUNCTION EXECUTING\n&amp;quot;);
current_connection = Get_My_Connection();
Cab_Send_Emergency_Notification();
}&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Charlie&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>