<?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>RTOS in NRF52</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/12133/rtos-in-nrf52</link><description>Hi All,
We are in design phase of our project . We would like to use NRF52832 for our project. 
 Our project is a wearable based on BLE. We are planning to use RTOS in NRF52 . I know that alpha SDK release has a blinky code which demonstrate RTOS usage</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 25 Feb 2016 10:37:45 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/12133/rtos-in-nrf52" /><item><title>RE: RTOS in NRF52</title><link>https://devzone.nordicsemi.com/thread/45896?ContentTypeID=1</link><pubDate>Thu, 25 Feb 2016 10:37:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fa9778ae-5cb4-43ef-ad1f-006ab5babd8f</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;The amount of RAM that is needed by the RTOS depend greatly on the RTOS in question and how it is configured, so it is impossible to say a number without knowing the details.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The max number of threads is  RTOS specific, but it usually boils down to resources. For example, &lt;a href="http://www.freertos.org/"&gt;FreeRTOS&lt;/a&gt; has no specific limit on the number of tasks that can be created, but as each time has it&amp;#39;s own stack of configurable depth, you will reach a limit that depend on the amount of memory on the device and the depth of the stack&amp;#39;s of the various tasks.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The nRF5 SDK has examples using &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v11.0.0/freertos.html"&gt;FreeRTOS&lt;/a&gt; and &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v11.0.0/rtx.html"&gt;RTX&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>