<?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: I need Processor Expert / FRDM-KL25Z help for dummies in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/I-need-Processor-Expert-FRDM-KL25Z-help-for-dummies/m-p/347151#M16919</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there Erich,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think I'll try Kinetis Design Studio...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there something that I can read about the differences between Processor Expert and CodeWarrior? Are they both owned by Freescale?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, thank you very much for your time, I'm glad I can come here to ask questions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--AC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Aug 2014 20:34:59 GMT</pubDate>
    <dc:creator>sbm_afc</dc:creator>
    <dc:date>2014-08-08T20:34:59Z</dc:date>
    <item>
      <title>I need Processor Expert / FRDM-KL25Z help for dummies</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/I-need-Processor-Expert-FRDM-KL25Z-help-for-dummies/m-p/347149#M16917</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Serious noob here, I can generate code in the Processor Expert but when I click Build 'Debug' for project 'hello world' I get this message:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;**** Build of configuration Debug for project helloworld ****&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nothing to build for project helloworld&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What's the first thing to check when troubleshooting??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I really appreciate the help thank you so much!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Aug 2014 15:57:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/I-need-Processor-Expert-FRDM-KL25Z-help-for-dummies/m-p/347149#M16917</guid>
      <dc:creator>sbm_afc</dc:creator>
      <dc:date>2014-08-08T15:57:25Z</dc:date>
    </item>
    <item>
      <title>Re: I need Processor Expert / FRDM-KL25Z help for dummies</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/I-need-Processor-Expert-FRDM-KL25Z-help-for-dummies/m-p/347150#M16918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I just saw that you posted the same question for KDS (&lt;A href="https://community.nxp.com/message/425961"&gt;Re: Processor Expert problem&lt;/A&gt;), where the screenshot indicates that you are using the Processor Expert Driver Suite. The Driver Suite is a 'front end' to other tool chains like IAR or Keil.&lt;/P&gt;&lt;P&gt;So what you need (if I assume correctly) is either to use Processor Expert with a toolchain integrated (e.g. CodeWarrior or Kinetis Design Studio). I recommend that you use the Kinetis Design Studio which comes with Processor Expert and the tool chain integrated.&lt;/P&gt;&lt;P&gt;You can get it from &lt;A href="http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=KDS_IDE"&gt;www.freescale.com/kds&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;The other alternative you have is to build your own DIY toolchain: that's clearly more work than simply using a 'ready-made' distribution, but you might learn a lot about what is behind. The list of DIY tutorial starts here: &lt;A href="http://mcuoneclipse.com/2013/07/20/dyi-free-toolchain-for-kinetis-part-1-gnu-arm-build-tools/" title="http://mcuoneclipse.com/2013/07/20/dyi-free-toolchain-for-kinetis-part-1-gnu-arm-build-tools/"&gt;http://mcuoneclipse.com/2013/07/20/dyi-free-toolchain-for-kinetis-part-1-gnu-arm-build-tools/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you would like to use what you have (Driver Suite 10.4), then you can use it with IAR (&lt;A href="http://mcuoneclipse.com/2013/01/31/tutorial-iar-freertos-freedom-board/" title="http://mcuoneclipse.com/2013/01/31/tutorial-iar-freertos-freedom-board/"&gt;Tutorial: IAR + FreeRTOS + Freedom Board | MCU on Eclipse&lt;/A&gt;) or Keil (&lt;A href="http://mcuoneclipse.com/2013/06/28/using-keil-%C2%B5vision-arm-mdk-with-processor-expert-driver-suite/" title="http://mcuoneclipse.com/2013/06/28/using-keil-%C2%B5vision-arm-mdk-with-processor-expert-driver-suite/"&gt;Using Keil µVision (ARM-MDK) with Processor Expert Driver Suite | MCU on Eclipse&lt;/A&gt;).&lt;/P&gt;&lt;P&gt;If it is about tutorials using Processor Expert, here are a few (using CodeWarrior, but you should be easily be apply it to Kinetis Design Studio, CodeWarrior or anything else you want to use):&lt;/P&gt;&lt;P&gt;- &lt;A href="http://mcuoneclipse.com/2012/08/13/tutorial-timer-led-with-processor-expert-for-kinetis/" title="http://mcuoneclipse.com/2012/08/13/tutorial-timer-led-with-processor-expert-for-kinetis/"&gt;http://mcuoneclipse.com/2012/08/13/tutorial-timer-led-with-processor-expert-for-kinetis/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;- &lt;A href="http://mcuoneclipse.com/2013/03/16/pwm-for-processor-expert-explained/" title="http://mcuoneclipse.com/2013/03/16/pwm-for-processor-expert-explained/"&gt;http://mcuoneclipse.com/2013/03/16/pwm-for-processor-expert-explained/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;- &lt;A href="http://mcuoneclipse.com/2014/04/13/tutorial-user-interrupts-with-processor-expert/" title="http://mcuoneclipse.com/2014/04/13/tutorial-user-interrupts-with-processor-expert/"&gt;Tutorial: User Interrupts with Processor Expert | MCU on Eclipse&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps,&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Aug 2014 16:24:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/I-need-Processor-Expert-FRDM-KL25Z-help-for-dummies/m-p/347150#M16918</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2014-08-08T16:24:46Z</dc:date>
    </item>
    <item>
      <title>Re: I need Processor Expert / FRDM-KL25Z help for dummies</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/I-need-Processor-Expert-FRDM-KL25Z-help-for-dummies/m-p/347151#M16919</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there Erich,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think I'll try Kinetis Design Studio...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there something that I can read about the differences between Processor Expert and CodeWarrior? Are they both owned by Freescale?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, thank you very much for your time, I'm glad I can come here to ask questions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--AC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Aug 2014 20:34:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/I-need-Processor-Expert-FRDM-KL25Z-help-for-dummies/m-p/347151#M16919</guid>
      <dc:creator>sbm_afc</dc:creator>
      <dc:date>2014-08-08T20:34:59Z</dc:date>
    </item>
    <item>
      <title>Re: I need Processor Expert / FRDM-KL25Z help for dummies</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/I-need-Processor-Expert-FRDM-KL25Z-help-for-dummies/m-p/347152#M16920</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi AC,&lt;/P&gt;&lt;P&gt;yes, both are owned by Freescale (KDS is produced by an external vendor).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Processor Expert is a technology/tool which allows you to graphically configure your device and software, generate source code and then use it for your application.&lt;/P&gt;&lt;P&gt;Processor Expert exists either standalone (within Eclipse) so can use it with your own tool chain, or IAR, or Keil, etc.&lt;/P&gt;&lt;P&gt;That technology comes pre-integrated with IDE's too, like in CodeWarrior or Kinetis Design Studio.&lt;/P&gt;&lt;P&gt;So from the technology it is the same: the difference is how it is packaged or which build tool chain/compiler/etc is used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Aug 2014 10:58:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/I-need-Processor-Expert-FRDM-KL25Z-help-for-dummies/m-p/347152#M16920</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2014-08-09T10:58:20Z</dc:date>
    </item>
  </channel>
</rss>

