<?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>create task</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/93517/create-task</link><description>How to create task in zephyr rtos ???? I know creating task in free rtos.Is there any difference between thread and task ? I heard both r equal but in free rtos it is called as task and zephyr rtos it is called as thread if it is correct then ok if it</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 17 Sep 2025 01:56:39 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/93517/create-task" /><item><title>RE: create task</title><link>https://devzone.nordicsemi.com/thread/548954?ContentTypeID=1</link><pubDate>Wed, 17 Sep 2025 01:56:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:76a9195f-09c0-4fe8-bb8a-fda20db5b52c</guid><dc:creator>politicslesson</dc:creator><description>&lt;p&gt;Yes, in FreeRTOS a &amp;ldquo;task&amp;rdquo; is the same concept as a &amp;ldquo;thread&amp;rdquo; in Zephyr; you create one with &lt;code&gt;k_thread_create()&lt;/code&gt; or &lt;code&gt;K_THREAD_DEFINE()&lt;/code&gt; instead of &lt;code&gt;xTaskCreate()&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#ffffff;"&gt;&lt;a style="color:#ffffff;" href="https://chillguy-clicker.io"&gt;chill guy clicker&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: create task</title><link>https://devzone.nordicsemi.com/thread/542290?ContentTypeID=1</link><pubDate>Sat, 12 Jul 2025 00:18:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:615475aa-8f15-45de-97b9-234f25689f4b</guid><dc:creator>KiarraHerman</dc:creator><description>&lt;p&gt;@&lt;a href="https://geometryvibes.io"&gt;Geometry Vibes&lt;/a&gt;&amp;nbsp;Thank you so much!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: create task</title><link>https://devzone.nordicsemi.com/thread/393892?ContentTypeID=1</link><pubDate>Thu, 03 Nov 2022 13:19:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c6234429-7a36-4ac5-bd58-6104e9c86567</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;You meant thread ?&amp;nbsp;&lt;br /&gt;Please have a look&amp;nbsp;at the documentation &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/kernel/services/threads/index.html#spawning-a-thread"&gt;here&lt;/a&gt;.&amp;nbsp;&lt;br /&gt;You can also take a look at the threads sample in Zephyr:&amp;nbsp;\zephyr\samples\basic\threads&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: create task</title><link>https://devzone.nordicsemi.com/thread/393879?ContentTypeID=1</link><pubDate>Thu, 03 Nov 2022 13:02:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3a2d0815-a301-482d-9221-8de9e26815cc</guid><dc:creator>vikramsinh</dc:creator><description>&lt;p&gt;ok but Do u know how to create task in zephyr rtos&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: create task</title><link>https://devzone.nordicsemi.com/thread/393875?ContentTypeID=1</link><pubDate>Thu, 03 Nov 2022 12:56:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0b10b0fe-f35b-4dc7-906d-3b12bede514a</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Yes, correct. As far as I know they are the same concept. So the &amp;quot;task&amp;quot; in FreeRTOS is the &amp;quot;thread&amp;quot; in Zephyr.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>