<?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: New MQX Project with Processor Expert (CW 10.1 and MQX 3.7) in MQX Software Solutions</title>
    <link>https://community.nxp.com/t5/MQX-Software-Solutions/New-MQX-Project-with-Processor-Expert-CW-10-1-and-MQX-3-7/m-p/201896#M4605</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes you are right. Resultant directory is the same for standard BSP as well as PE BSP.&amp;nbsp;&lt;/P&gt;&lt;P&gt;It means that the last build BSP will be used in your application.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 May 2011 20:59:42 GMT</pubDate>
    <dc:creator>petr_uhlir</dc:creator>
    <dc:date>2011-05-02T20:59:42Z</dc:date>
    <item>
      <title>New MQX Project with Processor Expert (CW 10.1 and MQX 3.7)</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/New-MQX-Project-with-Processor-Expert-CW-10-1-and-MQX-3-7/m-p/201892#M4601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do I specify a new MQX project that has support for the PE components?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can modify the PE demo under the MQX folder and recompile, and use the new LDD's, but I could not find any info on how to start a fresh new project.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does specifying an MQX project automatically pick the PE enabled MQX I've compiled? (I have both PE and non-PE compiled).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Apr 2011 02:13:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/New-MQX-Project-with-Processor-Expert-CW-10-1-and-MQX-3-7/m-p/201892#M4601</guid>
      <dc:creator>MK_User</dc:creator>
      <dc:date>2011-04-29T02:13:40Z</dc:date>
    </item>
    <item>
      <title>Re: New MQX Project with Processor Expert (CW 10.1 and MQX 3.7)</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/New-MQX-Project-with-Processor-Expert-CW-10-1-and-MQX-3-7/m-p/201893#M4602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am also interested in this, I haven't found any documentation explaining the best way to do it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Apr 2011 01:42:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/New-MQX-Project-with-Processor-Expert-CW-10-1-and-MQX-3-7/m-p/201893#M4602</guid>
      <dc:creator>Kyle_Apollo</dc:creator>
      <dc:date>2011-04-30T01:42:56Z</dc:date>
    </item>
    <item>
      <title>Re: New MQX Project with Processor Expert (CW 10.1 and MQX 3.7)</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/New-MQX-Project-with-Processor-Expert-CW-10-1-and-MQX-3-7/m-p/201894#M4603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The integration of Processor Expert and MQX is done at BSP level. So the easiest way to create your BSP with PE components it to modify Kinetis standard BSP. See steps for TWRK60 below&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;OL&gt;&lt;LI&gt;Copy ProcessorExpert.pe file from "mqx\build\cw10\bsp_twrk60n512_pe\ProcessorExpert.pe" to "mqx\build\cw10\bsp_twrk60n512" directory. This project contains setting of CPU component (Clock, GPIO, timers,... which you can reuse and modify in your BSP)&lt;/LI&gt;&lt;LI&gt;Open "\mqx\build\cw10\bsp_twrk60n512\.project" in CodeWarrior 10.1&lt;/LI&gt;&lt;LI&gt;Modify settings of PE components&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;Generate Code Menu-&amp;gt;Project-&amp;gt;Generate Processor Expert Code&lt;/LI&gt;&lt;LI&gt;If generation process is sucessfull recompile BSP&amp;nbsp;Menu-&amp;gt;Project-&amp;gt;Build Project&lt;/LI&gt;&lt;LI&gt;The compiled&amp;nbsp;BSP&amp;nbsp;library and header file are copied into "lib\twrk60n512.cw10\bsp" directory&lt;/LI&gt;&lt;LI&gt;The application project for MQX with Processor Expert is the same as standard project, so to create new application you can use wizard. Go to "File-&amp;gt;New-&amp;gt;MQX 3.7 Project" Select Board and libraries which are to be linked into your application.&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;Now you have MQX project which uses BSP preconfigured by PE.&amp;nbsp;&lt;/LI&gt;&lt;/OL&gt;&lt;/DIV&gt;&lt;DIV&gt;If you want to modify existing or add new components go back into BSP, change it, rebuild library.&lt;/DIV&gt;&lt;DIV&gt;Example howto call PE components from user application can be found in pe_demo.&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 May 2011 18:04:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/New-MQX-Project-with-Processor-Expert-CW-10-1-and-MQX-3-7/m-p/201894#M4603</guid>
      <dc:creator>petr_uhlir</dc:creator>
      <dc:date>2011-05-02T18:04:31Z</dc:date>
    </item>
    <item>
      <title>Re: New MQX Project with Processor Expert (CW 10.1 and MQX 3.7)</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/New-MQX-Project-with-Processor-Expert-CW-10-1-and-MQX-3-7/m-p/201895#M4604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK, I think I understand the whole process, but let me double check with you:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I build the non-PE MQX BSP, the resultant files will be put into&amp;nbsp;"lib\twrk60n512.cw10\bsp" for use by my application.&lt;/P&gt;&lt;P&gt;The same applies for the PE-enabled MQX BSP.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, the last MQX BSP I build, whether PE or non-PE, will be the one that is used by my application code?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the info.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 May 2011 20:16:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/New-MQX-Project-with-Processor-Expert-CW-10-1-and-MQX-3-7/m-p/201895#M4604</guid>
      <dc:creator>MK_User</dc:creator>
      <dc:date>2011-05-02T20:16:33Z</dc:date>
    </item>
    <item>
      <title>Re: New MQX Project with Processor Expert (CW 10.1 and MQX 3.7)</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/New-MQX-Project-with-Processor-Expert-CW-10-1-and-MQX-3-7/m-p/201896#M4605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes you are right. Resultant directory is the same for standard BSP as well as PE BSP.&amp;nbsp;&lt;/P&gt;&lt;P&gt;It means that the last build BSP will be used in your application.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 May 2011 20:59:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/New-MQX-Project-with-Processor-Expert-CW-10-1-and-MQX-3-7/m-p/201896#M4605</guid>
      <dc:creator>petr_uhlir</dc:creator>
      <dc:date>2011-05-02T20:59:42Z</dc:date>
    </item>
    <item>
      <title>Re: New MQX Project with Processor Expert (CW 10.1 and MQX 3.7)</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/New-MQX-Project-with-Processor-Expert-CW-10-1-and-MQX-3-7/m-p/201897#M4606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i will like to check if any changes is required on the PSP level if porting to K10 from the K60 MQX BSP.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I saw that there is a new document that teaches how to port BSP for the same chipset. Are you able to advise on the steps required when changing the chipset of the BSP, from K60 to K10?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In fact, I will be more than willing to pay someone to help me do the porting! &lt;IMG alt=":smileyvery-happy:" class="emoticon emoticon-smileyvery-happy" id="smileyvery-happy" src="http://freescale.i.lithium.com/i/smilies/16x16_smiley-very-happy.gif" title="Smiley Very Happy" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2011 12:15:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/New-MQX-Project-with-Processor-Expert-CW-10-1-and-MQX-3-7/m-p/201897#M4606</guid>
      <dc:creator>lowks</dc:creator>
      <dc:date>2011-06-16T12:15:38Z</dc:date>
    </item>
    <item>
      <title>Re: New MQX Project with Processor Expert (CW 10.1 and MQX 3.7)</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/New-MQX-Project-with-Processor-Expert-CW-10-1-and-MQX-3-7/m-p/201898#M4607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have CW 10.1,&amp;nbsp; MQX 3.7 and a TWR-K60N512.&lt;/P&gt;&lt;P&gt;I have cloned the existing PSP and BSP&amp;nbsp;to psp_My_twrk60n512 and bsp_My_twrk60n512_pe and rebuilt them.&lt;/P&gt;&lt;P&gt;Now I have my lib\My_twrk60n512.cw10\psp\psp_My_twrk60n512_d.a and lib\My_twrk60n512.cw10\bsp\bsp_My_twrk60n512_d.a.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But when I try to create my new MQX+PE based application,&amp;nbsp;in the wizard I cannot see my new board, I see only the TWRK60N512 board (see attachment).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How to create a new MQX+PE based application which is related to my new PSP and BSP?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Aug 2011 22:52:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/New-MQX-Project-with-Processor-Expert-CW-10-1-and-MQX-3-7/m-p/201898#M4607</guid>
      <dc:creator>Vagni</dc:creator>
      <dc:date>2011-08-02T22:52:20Z</dc:date>
    </item>
    <item>
      <title>Re: New MQX Project with Processor Expert (CW 10.1 and MQX 3.7)</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/New-MQX-Project-with-Processor-Expert-CW-10-1-and-MQX-3-7/m-p/201899#M4608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thread bump... Same question as Vagni&lt;/P&gt;&lt;P&gt;How do we get a newly cloned BSP to appear in the Select Board part of the New MQX Project wizard?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jan 2012 11:28:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/New-MQX-Project-with-Processor-Expert-CW-10-1-and-MQX-3-7/m-p/201899#M4608</guid>
      <dc:creator>TugboatCaptain</dc:creator>
      <dc:date>2012-01-19T11:28:43Z</dc:date>
    </item>
    <item>
      <title>Re: New MQX Project with Processor Expert (CW 10.1 and MQX 3.7)</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/New-MQX-Project-with-Processor-Expert-CW-10-1-and-MQX-3-7/m-p/201900#M4609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;will this process be improved in the future?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;one of my concerns is that we are starting a new project and we have a&amp;nbsp; team of developers. on a version control system point of view, I think it is difficult to pinpoint which files to check in and which files to checkout. and I find placing those files in their respective folders a difficult task to do (maybe a batch file will do)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope there is a way to create a new project wherein all the files (BSP, PSP, etc. etc.) needed are contained only on that project folder without linking any files outside that folder.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Feb 2012 18:31:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/New-MQX-Project-with-Processor-Expert-CW-10-1-and-MQX-3-7/m-p/201900#M4609</guid>
      <dc:creator>drb</dc:creator>
      <dc:date>2012-02-17T18:31:28Z</dc:date>
    </item>
    <item>
      <title>Re: New MQX Project with Processor Expert (CW 10.1 and MQX 3.7)</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/New-MQX-Project-with-Processor-Expert-CW-10-1-and-MQX-3-7/m-p/201901#M4610</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the same issue using CW 10.2 and MQX 3.8.&amp;nbsp; What files are necessary to be version-controlled, and how do you handle multiple devices which use different bsp and psp files?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Feb 2012 02:05:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/New-MQX-Project-with-Processor-Expert-CW-10-1-and-MQX-3-7/m-p/201901#M4610</guid>
      <dc:creator>NelsonNorris</dc:creator>
      <dc:date>2012-02-29T02:05:59Z</dc:date>
    </item>
    <item>
      <title>Re: New MQX Project with Processor Expert (CW 10.1 and MQX 3.7)</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/New-MQX-Project-with-Processor-Expert-CW-10-1-and-MQX-3-7/m-p/201902#M4611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have anyone found out how to make the cloned BSP for our customized board appears in &amp;nbsp;creating my new MQX+PE based application?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Mar 2012 03:56:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/New-MQX-Project-with-Processor-Expert-CW-10-1-and-MQX-3-7/m-p/201902#M4611</guid>
      <dc:creator>bugs</dc:creator>
      <dc:date>2012-03-05T03:56:19Z</dc:date>
    </item>
    <item>
      <title>Re: New MQX Project with Processor Expert (CW 10.1 and MQX 3.7)</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/New-MQX-Project-with-Processor-Expert-CW-10-1-and-MQX-3-7/m-p/201903#M4612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Same question as Nelson Norris here...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Mar 2012 15:36:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/New-MQX-Project-with-Processor-Expert-CW-10-1-and-MQX-3-7/m-p/201903#M4612</guid>
      <dc:creator>K70_Beginner</dc:creator>
      <dc:date>2012-03-05T15:36:05Z</dc:date>
    </item>
    <item>
      <title>Re: New MQX Project with Processor Expert (CW 10.1 and MQX 3.7)</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/New-MQX-Project-with-Processor-Expert-CW-10-1-and-MQX-3-7/m-p/201904#M4613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thread bump. I hope there will be some neat solution for this one.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2012 18:54:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/New-MQX-Project-with-Processor-Expert-CW-10-1-and-MQX-3-7/m-p/201904#M4613</guid>
      <dc:creator>drb</dc:creator>
      <dc:date>2012-03-29T18:54:39Z</dc:date>
    </item>
  </channel>
</rss>

