<?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: adding processor expert to existing KMS project in Kinetis Design Studio</title>
    <link>https://community.nxp.com/t5/Kinetis-Design-Studio/adding-processor-expert-to-existing-KMS-project/m-p/767088#M9705</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello ,&lt;/P&gt;&lt;P&gt;Sorry I Know the KMS little,&amp;nbsp; I want to try it , could you please send&amp;nbsp; your KMS project which&lt;/P&gt;&lt;P&gt;can directly run on KDS.&lt;/P&gt;&lt;P&gt;And what about the SDK version of your KMS. does it based on KSDKv1.3 ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Alice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Jan 2018 03:03:17 GMT</pubDate>
    <dc:creator>Alice_Yang</dc:creator>
    <dc:date>2018-01-15T03:03:17Z</dc:date>
    <item>
      <title>adding processor expert to existing KMS project</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/adding-processor-expert-to-existing-KMS-project/m-p/767085#M9702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to use KDS processor expert on a KMS project. The KMS tool generates a basic project for the high voltage developer system with references to the Spintac code libraries and such. But my hardware is not quite the same and it would be a lot easier if the processor expert could figure out what I have configured for the HVP platform so that I can change it for my own hardware.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So how do I get the processor expert working in a KMS project that seems ignorant of the concept?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is another post in KMS forum saying it should be possible but they never actually said how to do it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jan 2018 21:12:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/adding-processor-expert-to-existing-KMS-project/m-p/767085#M9702</guid>
      <dc:creator>christophertsch</dc:creator>
      <dc:date>2018-01-05T21:12:01Z</dc:date>
    </item>
    <item>
      <title>Re: adding processor expert to existing KMS project</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/adding-processor-expert-to-existing-KMS-project/m-p/767086#M9703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&amp;nbsp; &lt;A _jive_internal="true" data-userid="228603" data-username="christophertschappatt" href="https://community.nxp.com/people/christophertschappatt"&gt;CHRIS,&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;There is a DOC about how to add Processor Expert into bareboard project :&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/thread/331012"&gt;How to add Processor Expert to existing KDS bareboard project&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also it seems there is a same with yours :&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/thread/458205"&gt;https://community.nxp.com/thread/458205&lt;/A&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;P&gt;Alice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jan 2018 03:19:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/adding-processor-expert-to-existing-KMS-project/m-p/767086#M9703</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2018-01-09T03:19:32Z</dc:date>
    </item>
    <item>
      <title>Re: adding processor expert to existing KMS project</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/adding-processor-expert-to-existing-KMS-project/m-p/767087#M9704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alice,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your response. I tried the procedure "Adding PEx to KDS bareboard project (with SDK)". I got it to add a bunch of stuff to the KMS project but I have been unable to get it to build. I seem to be having a basic problem of where the source files should go since KMS puts them into the "src" directory and the processor expert puts them into "Source" directory. I had to move "main.c" into src for the compiler to find it but now basic stuff like "PE_low_level_init" is an undefined reference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would you suggest putting all of the ".c" files into one directory and if so which one?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Has anyone actually gotten this to work? It seems inconsistent for a tool like KMS that people buy for fast development would not be able to work with the processor expert, which is also touted for fast development.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jan 2018 20:26:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/adding-processor-expert-to-existing-KMS-project/m-p/767087#M9704</guid>
      <dc:creator>christophertsch</dc:creator>
      <dc:date>2018-01-11T20:26:02Z</dc:date>
    </item>
    <item>
      <title>Re: adding processor expert to existing KMS project</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/adding-processor-expert-to-existing-KMS-project/m-p/767088#M9705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello ,&lt;/P&gt;&lt;P&gt;Sorry I Know the KMS little,&amp;nbsp; I want to try it , could you please send&amp;nbsp; your KMS project which&lt;/P&gt;&lt;P&gt;can directly run on KDS.&lt;/P&gt;&lt;P&gt;And what about the SDK version of your KMS. does it based on KSDKv1.3 ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Alice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jan 2018 03:03:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/adding-processor-expert-to-existing-KMS-project/m-p/767088#M9705</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2018-01-15T03:03:17Z</dc:date>
    </item>
  </channel>
</rss>

