<?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>MQX Software SolutionsのトピックPorting project to MQX</title>
    <link>https://community.nxp.com/t5/MQX-Software-Solutions/Porting-project-to-MQX/m-p/277014#M8603</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a Codewarrior 10.3 project developed also using Processor Expert. &lt;/P&gt;&lt;P&gt;There is a possibility to make it run under MQX without the need to remake the project? it's possible to trasform this project in one or more MQX tasks?&lt;/P&gt;&lt;P&gt;Please, help me!&lt;/P&gt;&lt;P&gt;Thanks. Abele&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 19 Apr 2013 12:23:03 GMT</pubDate>
    <dc:creator>abelebarbieri</dc:creator>
    <dc:date>2013-04-19T12:23:03Z</dc:date>
    <item>
      <title>Porting project to MQX</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Porting-project-to-MQX/m-p/277014#M8603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a Codewarrior 10.3 project developed also using Processor Expert. &lt;/P&gt;&lt;P&gt;There is a possibility to make it run under MQX without the need to remake the project? it's possible to trasform this project in one or more MQX tasks?&lt;/P&gt;&lt;P&gt;Please, help me!&lt;/P&gt;&lt;P&gt;Thanks. Abele&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Apr 2013 12:23:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Porting-project-to-MQX/m-p/277014#M8603</guid>
      <dc:creator>abelebarbieri</dc:creator>
      <dc:date>2013-04-19T12:23:03Z</dc:date>
    </item>
    <item>
      <title>Re: Porting project to MQX</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Porting-project-to-MQX/m-p/277015#M8604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abele,&lt;/P&gt;&lt;P&gt;if you have developed your project on Kinetis derivative which is supported by MQX than it is possible. You can export settings of PEx components in your baremetal application using &lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;File -&amp;gt; Export -&amp;gt; Processor Expert -&amp;gt; Export Component Settings, select components you would like to be integrated in MQX BSP and save to some MyComponents.pef file&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;Open BSP project which you want to import your component settings to and &lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;File -&amp;gt; Import -&amp;gt; Processor Expert -&amp;gt; Component Settings to Project&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="background-color: #ffffff; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Generate code and resolve possible component conflicts.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="background-color: #ffffff; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Rebuild libraries.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="background-color: #ffffff; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Create application using your PEx components.&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Check MQX examples to see howto create task (hello,...) and task entry into task template list&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;Add your task which handles the PEx components.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;Copy code from your baremetal application into new task&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;Copy events from your baremetal Events.c into some application C file&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;Build application and resolve build issues.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;Debug runtime issues.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is just simple workflow as I do not know any details about your application. Transfering baremetal code into RTOS is little bit tricky. The description above do not take care about application optimization and splitting baremetal superloop into tasks and using RTOS synchronization objects for better performance as this is application specific.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards Petr&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Apr 2013 08:35:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Porting-project-to-MQX/m-p/277015#M8604</guid>
      <dc:creator>petr_uhlir</dc:creator>
      <dc:date>2013-04-23T08:35:23Z</dc:date>
    </item>
    <item>
      <title>Re: Porting project to MQX</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Porting-project-to-MQX/m-p/277016#M8605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Petr&lt;/P&gt;&lt;P&gt;I have performed the first four steps as your list, but when I rebuild bsp project i find many errors (see image here attached)&lt;/P&gt;&lt;P&gt;Have you any further suggestion about?&lt;/P&gt;&lt;P&gt;Many thanks in advance.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Abele&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From: petr.uhlir &lt;/P&gt;&lt;P&gt;Sent: Tuesday, April 23, 2013 10:35 AM&lt;/P&gt;&lt;P&gt;To: abele barbieri &lt;/P&gt;&lt;P&gt;Subject: Re: &lt;A href="MQX Software Solutions"&gt;MQX Software Solutions&lt;/A&gt; - Porting project to MQX&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;           &lt;/P&gt;&lt;P&gt;            Porting project to MQX &lt;/P&gt;&lt;P&gt;            created by petr.uhlir in MQX Software Solutions - View the full discussion&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Apr 2013 09:56:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Porting-project-to-MQX/m-p/277016#M8605</guid>
      <dc:creator>abelebarbieri</dc:creator>
      <dc:date>2013-04-26T09:56:41Z</dc:date>
    </item>
    <item>
      <title>Re: Porting project to MQX</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Porting-project-to-MQX/m-p/277017#M8606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you please attach your ProcessorExpert.pe file?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Apr 2013 09:59:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Porting-project-to-MQX/m-p/277017#M8606</guid>
      <dc:creator>petr_uhlir</dc:creator>
      <dc:date>2013-04-26T09:59:34Z</dc:date>
    </item>
    <item>
      <title>Re: Porting project to MQX</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Porting-project-to-MQX/m-p/277018#M8607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Petr&lt;/P&gt;&lt;P&gt;here attached ProcessorExpert file&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Apr 2013 10:19:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Porting-project-to-MQX/m-p/277018#M8607</guid>
      <dc:creator>abelebarbieri</dc:creator>
      <dc:date>2013-04-26T10:19:33Z</dc:date>
    </item>
    <item>
      <title>Re: Porting project to MQX</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Porting-project-to-MQX/m-p/277019#M8608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its just some PEF file inside zip not complete&lt;STRONG&gt; ProcessorExpert.pe &lt;/STRONG&gt;project&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Apr 2013 11:49:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Porting-project-to-MQX/m-p/277019#M8608</guid>
      <dc:creator>petr_uhlir</dc:creator>
      <dc:date>2013-04-26T11:49:18Z</dc:date>
    </item>
    <item>
      <title>Re: Porting project to MQX</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Porting-project-to-MQX/m-p/277020#M8609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, I was wrong file ...&lt;/P&gt;&lt;P&gt;here right file &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From: petr.uhlir &lt;/P&gt;&lt;P&gt;Sent: Friday, April 26, 2013 1:50 PM&lt;/P&gt;&lt;P&gt;To: abele barbieri &lt;/P&gt;&lt;P&gt;Subject: Re: &lt;A href="MQX Software Solutions"&gt;MQX Software Solutions&lt;/A&gt; - Porting project to MQX&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;           &lt;/P&gt;&lt;P&gt;            Porting project to MQX &lt;/P&gt;&lt;P&gt;            created by petr.uhlir in MQX Software Solutions - View the full discussion&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Apr 2013 12:09:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Porting-project-to-MQX/m-p/277020#M8609</guid>
      <dc:creator>abelebarbieri</dc:creator>
      <dc:date>2013-04-26T12:09:53Z</dc:date>
    </item>
    <item>
      <title>Re: Porting project to MQX</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Porting-project-to-MQX/m-p/277021#M8610</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Petr&lt;/P&gt;&lt;P&gt;I made a few tests with Processor Expert included in BSP. I think I found an issue related to Logical Device Driver BitIO_LDD and BitsIO_LDD. If I added one of these component, PE generates the files .s and .h for the build, but when you build the BSP library it does not create the object referred, and then produces error.&lt;/P&gt;&lt;P&gt;I think that there is a trouble in CW10.3 using MQX and Processor Expert. I attach Codewarrior screenshot to best understand.&lt;/P&gt;&lt;P&gt;Reagrds&lt;/P&gt;&lt;P&gt;Abele&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From: petr.uhlir &lt;/P&gt;&lt;P&gt;Sent: Friday, April 26, 2013 1:50 PM&lt;/P&gt;&lt;P&gt;To: abele barbieri &lt;/P&gt;&lt;P&gt;Subject: Re: &lt;A href="MQX Software Solutions"&gt;MQX Software Solutions&lt;/A&gt; - Porting project to MQX&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;           &lt;/P&gt;&lt;P&gt;            Porting project to MQX &lt;/P&gt;&lt;P&gt;            created by petr.uhlir in MQX Software Solutions - View the full discussion&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Apr 2013 14:44:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Porting-project-to-MQX/m-p/277021#M8610</guid>
      <dc:creator>abelebarbieri</dc:creator>
      <dc:date>2013-04-26T14:44:41Z</dc:date>
    </item>
  </channel>
</rss>

