<?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: How to flash Freertos using S32 in MPC5748G? in S32 SDK</title>
    <link>https://community.nxp.com/t5/S32-SDK/How-to-flash-Freertos-using-S32-in-MPC5748G/m-p/669745#M37</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tiju,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you tell me how to port FreeRTOS to MPC5748G?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The MPC5748G have three cores,should i have to create three project to port FreeRTOS？&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I only have this source that NXP.com provide&lt;span class="lia-inline-image-display-wrapper" image-alt="捕获.PNG"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/27518i41969A36832069F7/image-size/large?v=v2&amp;amp;px=999" role="button" title="捕获.PNG" alt="捕获.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Please tell me the transplanting steps in detail，thank you！&lt;SPAN style="background-color: #f8f8f8; color: #2b2b2b; font-size: 18px; line-height: 31.14px;"&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Sep 2017 02:10:42 GMT</pubDate>
    <dc:creator>timwang</dc:creator>
    <dc:date>2017-09-05T02:10:42Z</dc:date>
    <item>
      <title>How to flash Freertos using S32 in MPC5748G?</title>
      <link>https://community.nxp.com/t5/S32-SDK/How-to-flash-Freertos-using-S32-in-MPC5748G/m-p/669742#M34</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After creating a Freertos project, I am only able to run it from RAM. How can I flash it in MPC5748G?&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/25117i89836D6F9BDF834A/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;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Tiju&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jul 2017 03:18:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/How-to-flash-Freertos-using-S32-in-MPC5748G/m-p/669742#M34</guid>
      <dc:creator>tiju</dc:creator>
      <dc:date>2017-07-14T03:18:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to flash Freertos using S32 in MPC5748G?</title>
      <link>https://community.nxp.com/t5/S32-SDK/How-to-flash-Freertos-using-S32-in-MPC5748G/m-p/669743#M35</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;by default, for FreeRTOS is available RAM Target only. But it is possible to create new configuration for FLASH memory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please do the procedure below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Open link &lt;A href="https://community.nxp.com/thread/455724"&gt;S32SDK EAR 0.8.0 Linker Update&lt;/A&gt; and download edited linker files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Create FreeRTOS project from example and replace old flash linker file with new one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) Open Project properties and click C/C++ Build -&amp;gt;Manage Configurations&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/25305i315F2A9DC49B1F68/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;&lt;/P&gt;&lt;P&gt;4) Click New, insert Name (for example debug_conf) and choose Import from projects. In this window, choose freertos_mpc5748g &amp;gt; Debug_RAM and click OK.&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/25355i260EF11372DC631D/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;&lt;/P&gt;&lt;P&gt;5) Set this new configuration as active.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6) Click C/C++ Build -&amp;gt; Settings, Click General and change path to linker file. Linker file for flash has to be used.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_5.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/25403iD38EFAEDA2CF4B49/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_5.png" alt="pastedImage_5.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;7) Compile project with the new configuration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have any other questions, please feel free to write me back.&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>Fri, 14 Jul 2017 11:35:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/How-to-flash-Freertos-using-S32-in-MPC5748G/m-p/669743#M35</guid>
      <dc:creator>martin_kovar</dc:creator>
      <dc:date>2017-07-14T11:35:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to flash Freertos using S32 in MPC5748G?</title>
      <link>https://community.nxp.com/t5/S32-SDK/How-to-flash-Freertos-using-S32-in-MPC5748G/m-p/669744#M36</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;Thanks for the help. It works for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Tiju&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jul 2017 16:41:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/How-to-flash-Freertos-using-S32-in-MPC5748G/m-p/669744#M36</guid>
      <dc:creator>tiju</dc:creator>
      <dc:date>2017-07-14T16:41:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to flash Freertos using S32 in MPC5748G?</title>
      <link>https://community.nxp.com/t5/S32-SDK/How-to-flash-Freertos-using-S32-in-MPC5748G/m-p/669745#M37</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tiju,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you tell me how to port FreeRTOS to MPC5748G?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The MPC5748G have three cores,should i have to create three project to port FreeRTOS？&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I only have this source that NXP.com provide&lt;span class="lia-inline-image-display-wrapper" image-alt="捕获.PNG"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/27518i41969A36832069F7/image-size/large?v=v2&amp;amp;px=999" role="button" title="捕获.PNG" alt="捕获.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Please tell me the transplanting steps in detail，thank you！&lt;SPAN style="background-color: #f8f8f8; color: #2b2b2b; font-size: 18px; line-height: 31.14px;"&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Sep 2017 02:10:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/How-to-flash-Freertos-using-S32-in-MPC5748G/m-p/669745#M37</guid>
      <dc:creator>timwang</dc:creator>
      <dc:date>2017-09-05T02:10:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to flash Freertos using S32 in MPC5748G?</title>
      <link>https://community.nxp.com/t5/S32-SDK/How-to-flash-Freertos-using-S32-in-MPC5748G/m-p/669746#M38</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FreeRTOS is single core operating system. Please use the FreeRTOS port which is part of SDK as Jiri Kral adviced you in the thread below.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/thread/459495"&gt;https://community.nxp.com/thread/459495&lt;/A&gt;&amp;nbsp;&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, 06 Sep 2017 12:54:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/How-to-flash-Freertos-using-S32-in-MPC5748G/m-p/669746#M38</guid>
      <dc:creator>martin_kovar</dc:creator>
      <dc:date>2017-09-06T12:54:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to flash Freertos using S32 in MPC5748G?</title>
      <link>https://community.nxp.com/t5/S32-SDK/How-to-flash-Freertos-using-S32-in-MPC5748G/m-p/669747#M39</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;Thanks for your reply!&lt;/P&gt;&lt;P&gt;You can call me Tim.&lt;/P&gt;&lt;P&gt;I want to know if i intend to create different tasks and &amp;nbsp;let them operate&amp;nbsp;in different cores,is it feasible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff; font-size: 14px;"&gt;Thanks and Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Sep 2017 09:23:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/How-to-flash-Freertos-using-S32-in-MPC5748G/m-p/669747#M39</guid>
      <dc:creator>timwang</dc:creator>
      <dc:date>2017-09-07T09:23:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to flash Freertos using S32 in MPC5748G?</title>
      <link>https://community.nxp.com/t5/S32-SDK/How-to-flash-Freertos-using-S32-in-MPC5748G/m-p/669748#M40</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;unfortunately, this is not possible. You can create tasks only at the same core, which executes operating system.&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>Fri, 08 Sep 2017 08:33:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/How-to-flash-Freertos-using-S32-in-MPC5748G/m-p/669748#M40</guid>
      <dc:creator>martin_kovar</dc:creator>
      <dc:date>2017-09-08T08:33:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to flash Freertos using S32 in MPC5748G?</title>
      <link>https://community.nxp.com/t5/S32-SDK/How-to-flash-Freertos-using-S32-in-MPC5748G/m-p/669749#M41</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;How can i debug the project using the flash configuration,every time i push the reset button,it always return to the previous project which i debugged.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Sep 2017 02:04:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/How-to-flash-Freertos-using-S32-in-MPC5748G/m-p/669749#M41</guid>
      <dc:creator>timwang</dc:creator>
      <dc:date>2017-09-26T02:04:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to flash Freertos using S32 in MPC5748G?</title>
      <link>https://community.nxp.com/t5/S32-SDK/How-to-flash-Freertos-using-S32-in-MPC5748G/m-p/669750#M42</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;could you please clarify your question? Which reset button you mean?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What does it mean you debug previous project?&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>Tue, 26 Sep 2017 12:00:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/How-to-flash-Freertos-using-S32-in-MPC5748G/m-p/669750#M42</guid>
      <dc:creator>martin_kovar</dc:creator>
      <dc:date>2017-09-26T12:00:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to flash Freertos using S32 in MPC5748G?</title>
      <link>https://community.nxp.com/t5/S32-SDK/How-to-flash-Freertos-using-S32-in-MPC5748G/m-p/669751#M43</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;In 0.8.0 EAR FreeRTOS was supported only in RAM configuration. This is why the project is not retained in memory after reset.&lt;/P&gt;&lt;P&gt;Fortunately, FreeRTOS is supported in flash target starting from 0.8.1 release.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rares&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Sep 2017 12:05:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/How-to-flash-Freertos-using-S32-in-MPC5748G/m-p/669751#M43</guid>
      <dc:creator>raresvasile</dc:creator>
      <dc:date>2017-09-26T12:05:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to flash Freertos using S32 in MPC5748G?</title>
      <link>https://community.nxp.com/t5/S32-SDK/How-to-flash-Freertos-using-S32-in-MPC5748G/m-p/669752#M44</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Rares,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for clarification.&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>Tue, 26 Sep 2017 12:07:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/How-to-flash-Freertos-using-S32-in-MPC5748G/m-p/669752#M44</guid>
      <dc:creator>martin_kovar</dc:creator>
      <dc:date>2017-09-26T12:07:44Z</dc:date>
    </item>
  </channel>
</rss>

