<?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>FreeRTOS vs RTX nrf5 sdk v11</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/13647/freertos-vs-rtx-nrf5-sdk-v11</link><description>Hi, 
 we are planning to implement RTOS in our application. we are exploring both freertos and rtx. any comments on these parameters will help us in making the decision; 
 
 which one has better implementation in the nrk52 sdk v11 so far. Or in other</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 04 May 2016 15:18:39 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/13647/freertos-vs-rtx-nrf5-sdk-v11" /><item><title>RE: FreeRTOS vs RTX nrf5 sdk v11</title><link>https://devzone.nordicsemi.com/thread/52144?ContentTypeID=1</link><pubDate>Wed, 04 May 2016 15:18:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:53d25967-3ff7-4a21-a04d-f8d2d80f6f75</guid><dc:creator>azmat.bilal</dc:creator><description>&lt;p&gt;thank you for your detailed answer. i now have a better understanding and will go with freertos IF we plan to implement any OS for our application.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: FreeRTOS vs RTX nrf5 sdk v11</title><link>https://devzone.nordicsemi.com/thread/52143?ContentTypeID=1</link><pubDate>Wed, 04 May 2016 13:43:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cac4ae58-fe97-4b32-bdd6-ce7e8097959b</guid><dc:creator>Anders Strand</dc:creator><description>&lt;p&gt;Hey.&lt;/p&gt;
&lt;p&gt;Out of RTX and Freertos, Freertos will be the best solution right now. We have set the RTX port as &amp;quot;experimental&amp;quot; in the SDK for now, since it is not yet 100% stable.&lt;/p&gt;
&lt;p&gt;Many are having issues with Freertos as well. This is both because of code complexity and sometimes due to bugs in the Freertos Port.&lt;/p&gt;
&lt;p&gt;The idea of having an RTOS running concurrently with our softdevice is in its core not ideal. The softdevice must always have the ability to interrupt other tasks and run timing critical protocol tasks.
This makes the RTOS unable to create safe critical sections, where it cannot be interrupted.&lt;/p&gt;
&lt;p&gt;In my experience, many users use RTOS when it is not really needed. The only reason to use an RTOS is if you are making a very large and complex modular system, where modules must be added and removed seamlessly. The drawbacks with RTOS is a more complex system, which is even harder to debug than normal programs.&lt;/p&gt;
&lt;p&gt;On the nrf52, there is 8 interrupt levels. You will in most cases be able to create a sufficient program using normal tasks triggered by these interrupts.&lt;/p&gt;
&lt;p&gt;PS:
On most microcontrollers, you will have real time capabilities regardless of using an RTOS.&lt;/p&gt;
&lt;p&gt;Best regards
Anders&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>