<?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>S32K中的主题 using KEIL and S32k</title>
    <link>https://community.nxp.com/t5/S32K/using-KEIL-and-S32k/m-p/779115#M2426</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;just another newbie question:&lt;/P&gt;&lt;P&gt;Am I right that when I buy Keil, it will come with its own Hardware configuration code generator for S32k (like processor expert)?&lt;/P&gt;&lt;P&gt;Will Keil on its own give me the option to for example setup a project with FreeRtos and CAN Stack?&lt;/P&gt;&lt;P&gt;Or will it give me the option to generate a LIN library and configure PINs with/without RTOS?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 01 Feb 2018 10:29:30 GMT</pubDate>
    <dc:creator>momo12</dc:creator>
    <dc:date>2018-02-01T10:29:30Z</dc:date>
    <item>
      <title>using KEIL and S32k</title>
      <link>https://community.nxp.com/t5/S32K/using-KEIL-and-S32k/m-p/779115#M2426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;just another newbie question:&lt;/P&gt;&lt;P&gt;Am I right that when I buy Keil, it will come with its own Hardware configuration code generator for S32k (like processor expert)?&lt;/P&gt;&lt;P&gt;Will Keil on its own give me the option to for example setup a project with FreeRtos and CAN Stack?&lt;/P&gt;&lt;P&gt;Or will it give me the option to generate a LIN library and configure PINs with/without RTOS?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Feb 2018 10:29:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/using-KEIL-and-S32k/m-p/779115#M2426</guid>
      <dc:creator>momo12</dc:creator>
      <dc:date>2018-02-01T10:29:30Z</dc:date>
    </item>
    <item>
      <title>Re: using KEIL and S32k</title>
      <link>https://community.nxp.com/t5/S32K/using-KEIL-and-S32k/m-p/779116#M2427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;Keil MDK does not have a program like Processor Expert.&amp;nbsp; Processor Expert (PE) will create a uVision project that you can subsequently use as the heart of your development.&amp;nbsp; Processor Expert currently does not support S32K.&amp;nbsp;Hopefully we can head in this direction soon.&amp;nbsp; I understand that PE is inside S32-DS.&amp;nbsp; uVision is the IDE of Keil MDK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you create a project using S32KDS - it is fairly easy to port it to uVision.&amp;nbsp; I did this relatively easy with the NXP AN5413 Cookbook examples:&amp;nbsp; &lt;A href="http://www.keil.com/appnotes/docs/apnt_304.asp"&gt;www.keil.com/appnotes/docs/apnt_304.asp&amp;nbsp; &lt;/A&gt;You can add or use FreeRTOS.&lt;/P&gt;&lt;P&gt;There is currently support for S32K-144, 146 and 148.&amp;nbsp; S32K-11x is soon.&amp;nbsp; There is a lot of support for NXP "K" devices.&amp;nbsp; See &lt;A href="http://www.keil.com/NXP"&gt;www.keil.com/NXP&lt;/A&gt;.&amp;nbsp; There are many appnotes for NXP processors.&amp;nbsp; &lt;A href="https://community.nxp.com/www.keil.com/NXP" target="test_blank"&gt;www.keil.com/NXP&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;uVision has the utility Manage Run-Time Environment (MRTE) that you can select various components into your project.&amp;nbsp; In the window below you can see components you can select.&amp;nbsp; You can get the evaluation version of MDK to expand on these.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;uVision supports FreeRTOS - just select it in MRTE (or Arm Keil RTX) and the files are added to your project.&amp;nbsp; You can now configure FreeRTOS or Keil for your needs.&amp;nbsp; Keil RTX has a Apache 2.0 license.&amp;nbsp; &lt;SPAN style="font-size: 10.0pt;"&gt;&lt;A href="https://github.com/ARM-software/CMSIS_5"&gt;https://github.com/ARM-software/CMSIS_5&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;All RTX Source is included.&amp;nbsp; Manual is here: &lt;A class="link-titled" href="http://www.keil.com/pack/doc/cmsis/RTOS2/html/rtx5_impl.html" title="http://www.keil.com/pack/doc/cmsis/RTOS2/html/rtx5_impl.html"&gt;RTX v5 Implementation&lt;/A&gt;&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/625iF6F5475A21AE1F5E/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;Here are my labs for the S32K:&amp;nbsp;&lt;/P&gt;&lt;P&gt;S32K-144:&amp;nbsp; &lt;SPAN style="font-size: 10.0pt;"&gt;&lt;A class="link-bare" href="http://www.keil.com/appnotes/docs/apnt_299.asp"&gt;http://www.keil.com/appnotes/docs/apnt_299.asp&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;S32K-148:&amp;nbsp; &lt;SPAN style="font-size: 10.0pt;"&gt;&lt;A class="link-bare" href="http://www.keil.com/appnotes/docs/apnt_305.asp"&gt;http://www.keil.com/appnotes/docs/apnt_305.asp&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;uVision supports Serial Wire Viewer data trace and ETM instruction trace.&amp;nbsp; These are discussed in the labs.&lt;/P&gt;&lt;P&gt;We have two compilers:&amp;nbsp; original ARM (AC-5) and AC-6 which is based on LLVM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bob Boys&lt;/P&gt;&lt;P&gt;Arm&lt;/P&gt;&lt;P&gt;San Jose, California&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Feb 2018 17:25:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/using-KEIL-and-S32k/m-p/779116#M2427</guid>
      <dc:creator>robertboys</dc:creator>
      <dc:date>2018-02-06T17:25:42Z</dc:date>
    </item>
  </channel>
</rss>

