<?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 Re: OSA abstraction layer in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/OSA-abstraction-layer/m-p/999829#M55865</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello &lt;A _jive_internal="true" data-content-finding="Community" data-userid="289934" data-username="fabiobenevento" href="https://community.nxp.com/people/fabiobenevento"&gt;Fabio Benevento&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We don't have an specific map between OSA and FreeRTOS, however you can check the SDK API Reference manual, there you can find a detailed description of the OSA adapter. For example, the function OSA_Start() is similar to vTaskStartScheduler() since both function start the scheduler.&lt;/P&gt;&lt;P&gt;On this link you can find the API Reference Manual: &lt;A href="https://mcuxpresso.nxp.com/api_doc/dev/1382/a00043.html"&gt;https://mcuxpresso.nxp.com/api_doc/dev/1382/a00043.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here you can find examples that uses the OSA layer:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/36155i599C3844FE2AC124/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let me know if this is helpful, if you have more questions do not hesitate to ask me.&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Omar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Feb 2020 16:40:10 GMT</pubDate>
    <dc:creator>Omar_Anguiano</dc:creator>
    <dc:date>2020-02-11T16:40:10Z</dc:date>
    <item>
      <title>OSA abstraction layer</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/OSA-abstraction-layer/m-p/999828#M55864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I saw that there is that component (OSA)&amp;nbsp;which should allow to abstract&lt;/P&gt;&lt;P&gt;the type of RTOS used and use FREERTOS or baremetal indifferently.&lt;/P&gt;&lt;P&gt;However, I have not found examples or documentation about it.&lt;/P&gt;&lt;P&gt;I managed, by making some changes, to compile an example project that uses OSA&lt;/P&gt;&lt;P&gt;and allows me to alternately use FREERTOS or baremetal tasks that I have attached.&lt;/P&gt;&lt;P&gt;Could you please take a look to see if the approach I used is correct?&lt;/P&gt;&lt;P&gt;Is there a map between OSA functions and FREERTOS functions?&lt;/P&gt;&lt;P&gt;For example what can I use to replace the function&amp;nbsp;vTaskStartScheduler() and vTaskSuspend()&lt;/P&gt;&lt;P&gt;in OSA?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Than you in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Feb 2020 16:26:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/OSA-abstraction-layer/m-p/999828#M55864</guid>
      <dc:creator>LArmstrong1985</dc:creator>
      <dc:date>2020-02-07T16:26:23Z</dc:date>
    </item>
    <item>
      <title>Re: OSA abstraction layer</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/OSA-abstraction-layer/m-p/999829#M55865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello &lt;A _jive_internal="true" data-content-finding="Community" data-userid="289934" data-username="fabiobenevento" href="https://community.nxp.com/people/fabiobenevento"&gt;Fabio Benevento&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We don't have an specific map between OSA and FreeRTOS, however you can check the SDK API Reference manual, there you can find a detailed description of the OSA adapter. For example, the function OSA_Start() is similar to vTaskStartScheduler() since both function start the scheduler.&lt;/P&gt;&lt;P&gt;On this link you can find the API Reference Manual: &lt;A href="https://mcuxpresso.nxp.com/api_doc/dev/1382/a00043.html"&gt;https://mcuxpresso.nxp.com/api_doc/dev/1382/a00043.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here you can find examples that uses the OSA layer:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/36155i599C3844FE2AC124/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let me know if this is helpful, if you have more questions do not hesitate to ask me.&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Omar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Feb 2020 16:40:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/OSA-abstraction-layer/m-p/999829#M55865</guid>
      <dc:creator>Omar_Anguiano</dc:creator>
      <dc:date>2020-02-11T16:40:10Z</dc:date>
    </item>
  </channel>
</rss>

