<?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 RTOS and DMA [S32K144] in S32K</title>
    <link>https://community.nxp.com/t5/S32K/RTOS-and-DMA-S32K144/m-p/776058#M2363</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi to the community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to create a RTOS application using the S32K144 platform. I would like to know if there is some examples availables in order to program a RTOS system.&lt;/P&gt;&lt;P&gt;On the other hand, i was reading the programming cookbook, but i would like to know if there are another examples using DMA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jorge&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 Apr 2018 11:52:45 GMT</pubDate>
    <dc:creator>electronica2pow</dc:creator>
    <dc:date>2018-04-09T11:52:45Z</dc:date>
    <item>
      <title>RTOS and DMA [S32K144]</title>
      <link>https://community.nxp.com/t5/S32K/RTOS-and-DMA-S32K144/m-p/776058#M2363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi to the community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to create a RTOS application using the S32K144 platform. I would like to know if there is some examples availables in order to program a RTOS system.&lt;/P&gt;&lt;P&gt;On the other hand, i was reading the programming cookbook, but i would like to know if there are another examples using DMA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jorge&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Apr 2018 11:52:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/RTOS-and-DMA-S32K144/m-p/776058#M2363</guid>
      <dc:creator>electronica2pow</dc:creator>
      <dc:date>2018-04-09T11:52:45Z</dc:date>
    </item>
    <item>
      <title>Re: RTOS and DMA [S32K144]</title>
      <link>https://community.nxp.com/t5/S32K/RTOS-and-DMA-S32K144/m-p/776059#M2364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;BR /&gt;There is only the SDK FreeRTOS demo app.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="SDK_FreeRTOS.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/8035i20244D258B4048FD/image-size/large?v=v2&amp;amp;px=999" role="button" title="SDK_FreeRTOS.jpg" alt="SDK_FreeRTOS.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Regarding DMA, you may refer to below examples.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/docs/DOC-333054"&gt;Example S32K144 PDB ADC trigger DMA ISR S32DS&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/docs/DOC-332957"&gt;Example S32K144 DMA memory copy test S32DS&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/docs/DOC-335250"&gt;https://community.nxp.com/docs/DOC-335250&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2018 11:41:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/RTOS-and-DMA-S32K144/m-p/776059#M2364</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2018-04-11T11:41:13Z</dc:date>
    </item>
    <item>
      <title>Re: RTOS and DMA [S32K144]</title>
      <link>https://community.nxp.com/t5/S32K/RTOS-and-DMA-S32K144/m-p/776060#M2365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Daniel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are right, but this example was programmed using a different syntax. I tried to compile it, but it doesn't work. I realised that some of the examples were programmed using a new syntax and some of them with an old one using different libraries and configuring the platform in a different way. So, is there any RTOS example using the new syntax? It could be just the same example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jorge&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2018 12:27:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/RTOS-and-DMA-S32K144/m-p/776060#M2365</guid>
      <dc:creator>electronica2pow</dc:creator>
      <dc:date>2018-04-11T12:27:53Z</dc:date>
    </item>
    <item>
      <title>Re: RTOS and DMA [S32K144]</title>
      <link>https://community.nxp.com/t5/S32K/RTOS-and-DMA-S32K144/m-p/776061#M2366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jorge,&lt;BR /&gt;Sorry for the delay.&lt;BR /&gt;Could you explain what you mean by the new and old syntax and specify your SDK version, S32K144 mask-set and which example can you not compile?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2018 10:36:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/RTOS-and-DMA-S32K144/m-p/776061#M2366</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2018-04-16T10:36:35Z</dc:date>
    </item>
    <item>
      <title>Re: RTOS and DMA [S32K144]</title>
      <link>https://community.nxp.com/t5/S32K/RTOS-and-DMA-S32K144/m-p/776062#M2367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi daniel,&lt;/P&gt;&lt;P&gt;&amp;nbsp;I mean that i use these examples:&amp;nbsp;&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/10463i6A2F3385FE2B126E/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;Not these ones:&amp;nbsp;&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/10712i41CCEA59278C7C47/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;&lt;/P&gt;&lt;P&gt;They use different libraries like cpu.h and basic C libraries. While i am using just s32k144.h library. The functions used on each type are different and you must add a processor in order to compile your code, while i am not doing anything of that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;S32 Design Studio for ARM&lt;/P&gt;&lt;P&gt;Version: 2018.R1 &lt;BR /&gt;Build id: 180320&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;About the board: it is a S32K144 EVB-Q100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to find a RTOS example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;About the syntax:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_3.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/10565i9E19197455E738ED/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_3.png" alt="pastedImage_3.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;What i use.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_4.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/10897i16E4DAA8C92AD25E/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_4.png" alt="pastedImage_4.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;What is used for the freertos example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jorge&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2018 11:05:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/RTOS-and-DMA-S32K144/m-p/776062#M2367</guid>
      <dc:creator>electronica2pow</dc:creator>
      <dc:date>2018-04-16T11:05:44Z</dc:date>
    </item>
    <item>
      <title>Re: RTOS and DMA [S32K144]</title>
      <link>https://community.nxp.com/t5/S32K/RTOS-and-DMA-S32K144/m-p/776063#M2368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jorge,&lt;/P&gt;&lt;P&gt;You need to "Generate processor expert code"&amp;nbsp;before compilation.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_3.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/11579i138773F47730CECB/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_3.png" alt="pastedImage_3.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;As far as I know we don't have any FreeRTOS example without SDK.&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, 16 Apr 2018 15:22:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/RTOS-and-DMA-S32K144/m-p/776063#M2368</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2018-04-16T15:22:50Z</dc:date>
    </item>
  </channel>
</rss>

