<?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: Best Approach for a Newbie using middleware: PE or no PE? in Kinetis Software Development Kit</title>
    <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Best-Approach-for-a-Newbie-using-middleware-PE-or-no-PE/m-p/417184#M2037</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tom,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I´m sorry for the late response.&lt;/P&gt;&lt;P&gt;If you want to create project based on any of our example (in case without PE), I recommend you to use KSDK Generator Tool and modify the code according to your needs&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/docs/DOC-328990"&gt;New Kinetis SDK Project Generator is available! &lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In case of usage PE, maybe you can find inspiration from the example &lt;A href="https://community.nxp.com/docs/DOC-105714"&gt;How to implement a USB Device MSD demo based on KSDK PEx components and KDS 3.0&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In case of any problem, please let us know.&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Iva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Nov 2015 19:17:40 GMT</pubDate>
    <dc:creator>ivadorazinova</dc:creator>
    <dc:date>2015-11-04T19:17:40Z</dc:date>
    <item>
      <title>Best Approach for a Newbie using middleware: PE or no PE?</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Best-Approach-for-a-Newbie-using-middleware-PE-or-no-PE/m-p/417183#M2036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am throwing this out there in the hopes that advice from some seasoned Kinetis developers might save me some time. &lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Past Experience:&lt;/P&gt;&lt;P&gt;Product development Experienced with IAR EWARM, Micium OS, TCP Stack, file system, NXP LPC 2210 processor.&amp;nbsp; Decided to move to Kinetis primarily for their ECO system offerings.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Current project:&lt;/P&gt;&lt;P&gt;MK20, I need USB Host MSD, SD Card and of course file system. Board is designed and most hardware has been tested.&lt;/P&gt;&lt;P&gt;I used PE to create code to test my hardware.&amp;nbsp; Linked the projects from KSD to IAR.&amp;nbsp; Love it. Very nice tool.&lt;/P&gt;&lt;P&gt;I ran demo code on the TWR-K64F for USB Host MSD, SDCard and MFS.&amp;nbsp; Demos work great. &lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Situation:&lt;/P&gt;&lt;P&gt;I need to make a baseline project for my board which will include USB Host MSD and SD Card along with MFS.&amp;nbsp; My hope was to use PE and that is what I am trying to do. Unfortunately, it appears that none of the example code has an associated PE project (or was built upon a PE project).&amp;nbsp; When I configure what I can in PE then try to migrate the code from the example project into my own I am finding that the structure of the project is much different and that I am spending lots of time comparing how things get configured in the PE version versus the example non-PE version. the use of conditional compilation which differs in the PE and example projects makes things more confusing. &lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Am I better off forgetting about PE and simply using the example code for my baseline project? &lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am curious to know what others have done.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Oct 2015 00:16:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Best-Approach-for-a-Newbie-using-middleware-PE-or-no-PE/m-p/417183#M2036</guid>
      <dc:creator>tomtalkington</dc:creator>
      <dc:date>2015-10-21T00:16:08Z</dc:date>
    </item>
    <item>
      <title>Re: Best Approach for a Newbie using middleware: PE or no PE?</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Best-Approach-for-a-Newbie-using-middleware-PE-or-no-PE/m-p/417184#M2037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tom,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I´m sorry for the late response.&lt;/P&gt;&lt;P&gt;If you want to create project based on any of our example (in case without PE), I recommend you to use KSDK Generator Tool and modify the code according to your needs&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/docs/DOC-328990"&gt;New Kinetis SDK Project Generator is available! &lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In case of usage PE, maybe you can find inspiration from the example &lt;A href="https://community.nxp.com/docs/DOC-105714"&gt;How to implement a USB Device MSD demo based on KSDK PEx components and KDS 3.0&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In case of any problem, please let us know.&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Iva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Nov 2015 19:17:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Best-Approach-for-a-Newbie-using-middleware-PE-or-no-PE/m-p/417184#M2037</guid>
      <dc:creator>ivadorazinova</dc:creator>
      <dc:date>2015-11-04T19:17:40Z</dc:date>
    </item>
  </channel>
</rss>

