<?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>which rtxos lib file choosed to implement in nrf52832 application?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/16770/which-rtxos-lib-file-choosed-to-implement-in-nrf52832-application</link><description>hi, 
 i want to implement rtxos in my nrf52832 application. one of the nrf52832&amp;#39;s feature is ARM Cortex -M4 32-bit processor with FPU, 64 MHz. 
 my question is, why the nrf52832 rtx demo offered by nordic choosed RTX_CM3.lib instead of RTX_CM4.lib?</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 30 Sep 2016 09:04:05 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/16770/which-rtxos-lib-file-choosed-to-implement-in-nrf52832-application" /><item><title>RE: which rtxos lib file choosed to implement in nrf52832 application?</title><link>https://devzone.nordicsemi.com/thread/64148?ContentTypeID=1</link><pubDate>Fri, 30 Sep 2016 09:04:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6eaff352-8d28-4c9d-9624-472840d47643</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;The difference between the lib-files is described on &lt;a href="http://www.keil.com/support/man/docs/rlarm/rlarm_ar_libfiles.htm"&gt;ARM Library Documentation&lt;/a&gt;. As you can see, the RTX_CM3.lib file supports &lt;em&gt;&amp;quot;microcontrollers based on Cortex&lt;span class="emoticon" data-url="https://devzone.nordicsemi.com/cfs-file/__key/system/emoji/2122.svg" title="Tm"&gt;&amp;#x2122;&lt;/span&gt;-M3 and Cortex&lt;span class="emoticon" data-url="https://devzone.nordicsemi.com/cfs-file/__key/system/emoji/2122.svg" title="Tm"&gt;&amp;#x2122;&lt;/span&gt;-M4 without FP extension - Little Endian&amp;quot;&lt;/em&gt;.&lt;/p&gt;
&lt;p&gt;I am not exactly sure why the blinky_rtx example does not work with RTX_CM4.lib that is provided with SDK12, but it might originate from &lt;a href="https://devzone.nordicsemi.com/question/45354/error-in-svc-handler-in-nrf52-sdk-091-with-s132/"&gt;this problem&lt;/a&gt;. If you want, you can try the solution suggested by my collegue in &lt;a href="https://devzone.nordicsemi.com/question/44798/rtx-support-in-the-nrf52-sdk/?answer=45698#post-id-45698"&gt;this answer&lt;/a&gt;. It did compile for me, but the blinking of the LEDs were a bit slow compared to the RTX_CM3 version.&lt;/p&gt;
&lt;p&gt;Are you planning to use any of the FP extensions? I would recommend that you start with the example application provided in the SDK and build/integrate your application in this.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Jørgen&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>