<?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: Generating code with processor expert (KDS) and using it in IAR. Dont know how to disable the error. !! in Kinetis Design Studio</title>
    <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Generating-code-with-processor-expert-KDS-and-using-it-in-IAR/m-p/635775#M8169</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Additionally I can't find a&amp;nbsp;"PE_low_level_init.c" &amp;nbsp;in the generated .c folders but I can see the .h file !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 06 Nov 2016 13:28:09 GMT</pubDate>
    <dc:creator>volkancoskun</dc:creator>
    <dc:date>2016-11-06T13:28:09Z</dc:date>
    <item>
      <title>Generating code with processor expert (KDS) and using it in IAR. Dont know how to disable the error. !!</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Generating-code-with-processor-expert-KDS-and-using-it-in-IAR/m-p/635774#M8168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello I am trying to run the generated code for kl03z or kl17z on KDS using processor expert. That is sucessfully working and I get no error. However when I am trying to run it on IAR, I have to explicitly remove:&lt;SPAN&gt;"PE_low_level_init() in the main code! And then I can compile it sucessfully! However I don't really know if I am suppose to remove that since it says explicitly in the code that I should NOT do that ! Here is the code snippet :&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;/*** Processor Expert internal initialization. DON'T REMOVE THIS CODE!!! ***/&lt;BR /&gt; PE_low_level_init();&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The error I get :&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Error[Li005]: no definition for "PE_low_level_init" [referenced from C:\Users\volkan163\workspace.kds\ .&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have submitted a picture that shows the error I get.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I solve this problem ? I want to compile the generated code without errors .&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;VC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Nov 2016 13:11:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/Generating-code-with-processor-expert-KDS-and-using-it-in-IAR/m-p/635774#M8168</guid>
      <dc:creator>volkancoskun</dc:creator>
      <dc:date>2016-11-06T13:11:28Z</dc:date>
    </item>
    <item>
      <title>Re: Generating code with processor expert (KDS) and using it in IAR. Dont know how to disable the error. !!</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Generating-code-with-processor-expert-KDS-and-using-it-in-IAR/m-p/635775#M8169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Additionally I can't find a&amp;nbsp;"PE_low_level_init.c" &amp;nbsp;in the generated .c folders but I can see the .h file !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Nov 2016 13:28:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/Generating-code-with-processor-expert-KDS-and-using-it-in-IAR/m-p/635775#M8169</guid>
      <dc:creator>volkancoskun</dc:creator>
      <dc:date>2016-11-06T13:28:09Z</dc:date>
    </item>
    <item>
      <title>Re: Generating code with processor expert (KDS) and using it in IAR. Dont know how to disable the error. !!</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Generating-code-with-processor-expert-KDS-and-using-it-in-IAR/m-p/635776#M8170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Volkan,&lt;/P&gt;&lt;P&gt;In the generate code of KDS Processor Expert , the function of PE_low_level_init.c&lt;/P&gt;&lt;P&gt;is in the file of "CPU_Init.c" :&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/9041i19BD06D3A5D9DBFF/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;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Alice Yang&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Nov 2016 03:25:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/Generating-code-with-processor-expert-KDS-and-using-it-in-IAR/m-p/635776#M8170</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2016-11-21T03:25:59Z</dc:date>
    </item>
  </channel>
</rss>

