<?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 Validate FreeRTOS concepts on the S32k144 EVB board in S32 SDK</title>
    <link>https://community.nxp.com/t5/S32-SDK/Validate-FreeRTOS-concepts-on-the-S32k144-EVB-board/m-p/700399#M118</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to validate below concepts of freeRTOS on S32K144 EVB.&lt;/P&gt;&lt;P&gt;1. Threading, Mutex, Semaphore and Exception.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't find any sample examples in S32 Design Studio.&lt;/P&gt;&lt;P&gt;Can I get example source code please.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If source code for UART driver(sample send and receive feature) integrated with freeRTOS is available, then please share. It would be very much helpful to me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Mohan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 Aug 2017 06:04:32 GMT</pubDate>
    <dc:creator>mrajanna</dc:creator>
    <dc:date>2017-08-18T06:04:32Z</dc:date>
    <item>
      <title>Validate FreeRTOS concepts on the S32k144 EVB board</title>
      <link>https://community.nxp.com/t5/S32-SDK/Validate-FreeRTOS-concepts-on-the-S32k144-EVB-board/m-p/700399#M118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to validate below concepts of freeRTOS on S32K144 EVB.&lt;/P&gt;&lt;P&gt;1. Threading, Mutex, Semaphore and Exception.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't find any sample examples in S32 Design Studio.&lt;/P&gt;&lt;P&gt;Can I get example source code please.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If source code for UART driver(sample send and receive feature) integrated with freeRTOS is available, then please share. It would be very much helpful to me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Mohan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Aug 2017 06:04:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/Validate-FreeRTOS-concepts-on-the-S32k144-EVB-board/m-p/700399#M118</guid>
      <dc:creator>mrajanna</dc:creator>
      <dc:date>2017-08-18T06:04:32Z</dc:date>
    </item>
    <item>
      <title>Re: Validate FreeRTOS concepts on the S32k144 EVB board</title>
      <link>https://community.nxp.com/t5/S32-SDK/Validate-FreeRTOS-concepts-on-the-S32k144-EVB-board/m-p/700400#M119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Mohan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;unfortunately, NXP does not provide any FreeRTOS example with threading, mutexes/semaphores nor exceptions. If you want to validate this, you must create your own example. The only example we provide is freertos_s32k144. Please see the figure below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/28333iF4C0B6CA68A9AC69/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Aug 2017 07:40:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/Validate-FreeRTOS-concepts-on-the-S32k144-EVB-board/m-p/700400#M119</guid>
      <dc:creator>martin_kovar</dc:creator>
      <dc:date>2017-08-23T07:40:59Z</dc:date>
    </item>
    <item>
      <title>Re: Validate FreeRTOS concepts on the S32k144 EVB board</title>
      <link>https://community.nxp.com/t5/S32-SDK/Validate-FreeRTOS-concepts-on-the-S32k144-EVB-board/m-p/700401#M120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Martin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tested that sample freeRTOS example. It is working !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I want to explore more on freeRTOS concepts with in S32 Design studio IDE. How can I approach ?&lt;/P&gt;&lt;P&gt;For example: UART driver, CAN driver, SPI, I2C, Interrupt handling.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I incorporate all these contexts with freeRTOS and run on S32K144.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Mohan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Aug 2017 09:47:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/Validate-FreeRTOS-concepts-on-the-S32k144-EVB-board/m-p/700401#M120</guid>
      <dc:creator>mrajanna</dc:creator>
      <dc:date>2017-08-23T09:47:32Z</dc:date>
    </item>
    <item>
      <title>Re: Validate FreeRTOS concepts on the S32k144 EVB board</title>
      <link>https://community.nxp.com/t5/S32-SDK/Validate-FreeRTOS-concepts-on-the-S32k144-EVB-board/m-p/700402#M121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i want a help with freertos with 2 spi on s32k144. here 2 spi one is master and other slave work with non freertos but with freertos it stuck in&amp;nbsp;vPortRaiseBASEPRI. please help me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Jun 2020 04:40:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/Validate-FreeRTOS-concepts-on-the-S32k144-EVB-board/m-p/700402#M121</guid>
      <dc:creator>sandeepsandeepk</dc:creator>
      <dc:date>2020-06-20T04:40:30Z</dc:date>
    </item>
  </channel>
</rss>

