<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic OSA with Baremetal in KSDK1.2 &amp; KDS3.0 in Kinetis Software Development Kit</title>
    <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/OSA-with-Baremetal-in-KSDK1-2-KDS3-0/m-p/445435#M2941</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am just wandering how OSA works without a RTOS underlayer?&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can I implement 2 or more "tasks" using OSA with a baremetal "OS" below it? How would this work?&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am asking this because I am trying to run two "tasks" implemented in OSA, but it seems that the second "task" is never executed.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is this possible? If so, do you have some example ? I am using KL43Z if that matters........&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 17 Aug 2015 20:11:08 GMT</pubDate>
    <dc:creator>thiagopalmieri</dc:creator>
    <dc:date>2015-08-17T20:11:08Z</dc:date>
    <item>
      <title>OSA with Baremetal in KSDK1.2 &amp; KDS3.0</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/OSA-with-Baremetal-in-KSDK1-2-KDS3-0/m-p/445435#M2941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am just wandering how OSA works without a RTOS underlayer?&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can I implement 2 or more "tasks" using OSA with a baremetal "OS" below it? How would this work?&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am asking this because I am trying to run two "tasks" implemented in OSA, but it seems that the second "task" is never executed.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is this possible? If so, do you have some example ? I am using KL43Z if that matters........&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Aug 2015 20:11:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/OSA-with-Baremetal-in-KSDK1-2-KDS3-0/m-p/445435#M2941</guid>
      <dc:creator>thiagopalmieri</dc:creator>
      <dc:date>2015-08-17T20:11:08Z</dc:date>
    </item>
    <item>
      <title>Re: OSA with Baremetal in KSDK1.2 &amp; KDS3.0</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/OSA-with-Baremetal-in-KSDK1-2-KDS3-0/m-p/445436#M2942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Thiago,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The OSA provides some services besides OS services. E.g. OSA_TimeDelay(). In this case OSA will call a different implementation of this function depending on the KSDK library that you are using/setting in menu Project &amp;gt; Properties &amp;gt; C/C++ Build &amp;gt; Settings &amp;gt; Cross ARM C Linker &amp;gt; Miscellaneous &amp;gt; Other objects. You can choose a library for baremetal project or for an Operating system form next path: C:\Freescale\KSDK_1.2.0\lib&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are using the MQX library OSA_TimeDelay() will call _time_delay() function from MQX, but if you are ksdk_platform_lib and no OS it will call a function that is a simple empty loop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if you want to develop a multitasking operation then you need to use an OS because the OSA layer does not provide scheduler by itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Carlos&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Aug 2015 19:32:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/OSA-with-Baremetal-in-KSDK1-2-KDS3-0/m-p/445436#M2942</guid>
      <dc:creator>Carlos_Musich</dc:creator>
      <dc:date>2015-08-20T19:32:58Z</dc:date>
    </item>
  </channel>
</rss>

