<?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 Using OSA_SemaCreate() in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Using-OSA-SemaCreate/m-p/672799#M41319</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I start&amp;nbsp;to study about RTOS, and we are using FreeRTOS. One of the study tasks is control two simple tasks, just blink two leds, one in each task, using a semaphore using OSA functions. But I didn't find nothing, or code or a real explanation, using OSA_SemaCreate(), OSA_SemaWait() or OSA_SemaPost(). I'd like to understand better about those functions, can someone help me with this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 May 2017 03:09:29 GMT</pubDate>
    <dc:creator>marcosgalelli</dc:creator>
    <dc:date>2017-05-09T03:09:29Z</dc:date>
    <item>
      <title>Using OSA_SemaCreate()</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Using-OSA-SemaCreate/m-p/672799#M41319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I start&amp;nbsp;to study about RTOS, and we are using FreeRTOS. One of the study tasks is control two simple tasks, just blink two leds, one in each task, using a semaphore using OSA functions. But I didn't find nothing, or code or a real explanation, using OSA_SemaCreate(), OSA_SemaWait() or OSA_SemaPost(). I'd like to understand better about those functions, can someone help me with this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 May 2017 03:09:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Using-OSA-SemaCreate/m-p/672799#M41319</guid>
      <dc:creator>marcosgalelli</dc:creator>
      <dc:date>2017-05-09T03:09:29Z</dc:date>
    </item>
    <item>
      <title>Re: Using OSA_SemaCreate()</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Using-OSA-SemaCreate/m-p/672800#M41320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marcos:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OSA_SemaCreate(), OSA_SemaWait() or OSA_SemaPost() are in OS abstraction layer, it is designed and implemented for supported RTOS to provide a common set of service routines for drivers, integrated software solution, and upper-level applications so that a common code base can be used regardless of the target OS.&lt;/P&gt;&lt;P&gt;You can find the sample code in KSDK1.3, for example.&lt;/P&gt;&lt;P&gt;platform/drivers/src/flexio&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the new KSDK 2.x version, OSA is no longer required. So I would recommend you start directly the FreeRTOS API, for example xSemaphoreTake, xSemaphoreGive, xSemphoreCreateBinary&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 May 2017 08:36:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Using-OSA-SemaCreate/m-p/672800#M41320</guid>
      <dc:creator>danielchen</dc:creator>
      <dc:date>2017-05-15T08:36:37Z</dc:date>
    </item>
    <item>
      <title>Re: Using OSA_SemaCreate()</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Using-OSA-SemaCreate/m-p/672801#M41321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;OS abstraction layer was a prerequisite, then I can't use other functions. But, I discover how to use, thanks.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Jun 2017 13:29:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Using-OSA-SemaCreate/m-p/672801#M41321</guid>
      <dc:creator>marcosgalelli</dc:creator>
      <dc:date>2017-06-01T13:29:18Z</dc:date>
    </item>
  </channel>
</rss>

