<?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>Processor Expert SoftwareのトピックMQXLite and USB</title>
    <link>https://community.nxp.com/t5/Processor-Expert-Software/MQXLite-and-USB/m-p/395652#M3111</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using PE 10.4.2 and am trying to add MQXLite to an existing project. The project has fsl_usb_framework and is generating the error below:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="usb.JPG.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/51753iB604FB8C0D66571B/image-size/large?v=v2&amp;amp;px=999" role="button" title="usb.JPG.jpg" alt="usb.JPG.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;How do I fix this error?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 01 May 2015 19:38:59 GMT</pubDate>
    <dc:creator>paul50485</dc:creator>
    <dc:date>2015-05-01T19:38:59Z</dc:date>
    <item>
      <title>MQXLite and USB</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/MQXLite-and-USB/m-p/395652#M3111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using PE 10.4.2 and am trying to add MQXLite to an existing project. The project has fsl_usb_framework and is generating the error below:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="usb.JPG.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/51753iB604FB8C0D66571B/image-size/large?v=v2&amp;amp;px=999" role="button" title="usb.JPG.jpg" alt="usb.JPG.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;How do I fix this error?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 May 2015 19:38:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/MQXLite-and-USB/m-p/395652#M3111</guid>
      <dc:creator>paul50485</dc:creator>
      <dc:date>2015-05-01T19:38:59Z</dc:date>
    </item>
    <item>
      <title>Re: MQXLite and USB</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/MQXLite-and-USB/m-p/395653#M3112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Paul,&lt;/P&gt;&lt;P&gt;I suppose you have PEx + KSDK project and you have selected MQX operating system in the fsl_os_abstraction component. There is selected "MQX Lite" in the mqx_ksdk component by default (inherited component of fsl_os_abstraction).&lt;/P&gt;&lt;P&gt;To fix this issue, open the Component Inspector of the mqx_ksdk component and select "&lt;EM&gt;MQX Standard"&lt;/EM&gt; in the "Configuration parameters &amp;gt; Configuration set" property, see the screenshot below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/49159i0E71B6A0CC0439AD/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please note, that this change also require reconfiguration of the project (fsl_debug_console component is not allowed in the project (it is integrated in the MQX Standard component) and one instance of OS_Task component is requested at least).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Marek Neuzil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 May 2015 12:39:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/MQXLite-and-USB/m-p/395653#M3112</guid>
      <dc:creator>marek_neuzil</dc:creator>
      <dc:date>2015-05-04T12:39:56Z</dc:date>
    </item>
    <item>
      <title>Re: MQXLite and USB</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/MQXLite-and-USB/m-p/395654#M3113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Marek,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was trying to keep the MQX OS code size to a minimum. Is there a way to reduce the footprint of MQX?&lt;/P&gt;&lt;P&gt;All we require is some simple task management. The peripherals use eDMA from PE. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 May 2015 15:06:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/MQXLite-and-USB/m-p/395654#M3113</guid>
      <dc:creator>paul50485</dc:creator>
      <dc:date>2015-05-04T15:06:11Z</dc:date>
    </item>
    <item>
      <title>Re: Re: MQXLite and USB</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/MQXLite-and-USB/m-p/395655#M3114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Paul,&lt;/P&gt;&lt;P&gt;You can find details about MQX and MQX Lite on the web page &lt;A href="http://www.freescale.com/mqx" title="http://www.freescale.com/mqx"&gt;Freescale MQX™ Software Solutions|Freescale&lt;/A&gt;&lt;/P&gt;&lt;P&gt;There is also following overview:&lt;/P&gt;&lt;TABLE border="0" class="Tbl_a tbb" height="310" jive-data-cell="{&amp;quot;color&amp;quot;:&amp;quot;#575757&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;NaN&amp;quot;,&amp;quot;backgroundColor&amp;quot;:&amp;quot;transparent&amp;quot;,&amp;quot;fontFamily&amp;quot;:&amp;quot;arial,helvetica,sans-serif&amp;quot;,&amp;quot;verticalAlign&amp;quot;:&amp;quot;baseline&amp;quot;}" jive-data-header="{&amp;quot;color&amp;quot;:&amp;quot;#FFFFFF&amp;quot;,&amp;quot;backgroundColor&amp;quot;:&amp;quot;#6690BC&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;center&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;2&amp;quot;}" style="width: 728px; height: 182px;"&gt;&lt;THEAD&gt;&lt;TR&gt;&lt;TH class="active_link"&gt;&lt;/TH&gt;&lt;TH class="active_link"&gt;&lt;A href="http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=MQX"&gt;MQX™ RTOS 4.x&lt;/A&gt; &lt;/TH&gt;&lt;TH class="active_link"&gt;&lt;A href="http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=MQXLITE"&gt;MQX™ Lite RTOS&lt;/A&gt; &lt;/TH&gt;&lt;TD&gt;&lt;A href="http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=MQX-RTOS-FOR-KINETIS-SDK"&gt;MQX™ RTOS for Kinetis SDK&lt;/A&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/THEAD&gt;&lt;TBODY&gt;&lt;TR class="Thw"&gt;&lt;TD class="center_content"&gt;Delivery Mechanism&lt;/TD&gt;&lt;TD class="center_content"&gt;Traditional installer with full source&lt;/TD&gt;&lt;TD class="center_content"&gt;Processor Expert (PEx) component&lt;/TD&gt;&lt;TD class="center_content"&gt;Traditional installer with full source&lt;/TD&gt;&lt;/TR&gt;&lt;TR class="Thg"&gt;&lt;TD class="center_content"&gt;I/O Drivers&lt;/TD&gt;&lt;TD class="center_content"&gt;MQX peripheral drivers; PEx driver optional&lt;/TD&gt;&lt;TD class="center_content"&gt;PEx drivers only&lt;/TD&gt;&lt;TD class="center_content"&gt;Kinetis SDK drivers&lt;/TD&gt;&lt;/TR&gt;&lt;TR class="Thw"&gt;&lt;TD class="center_content"&gt;Configurability&lt;/TD&gt;&lt;TD class="center_content"&gt;User selects needed services from full or lightweight versions&lt;/TD&gt;&lt;TD class="center_content"&gt;Reduced services only; lightweight options only&lt;/TD&gt;&lt;TD class="center_content"&gt;User selects needed services from full or lightweight versions&lt;/TD&gt;&lt;/TR&gt;&lt;TR class="Thg"&gt;&lt;TD class="center_content"&gt;Components&lt;/TD&gt;&lt;TD class="center_content"&gt;Kernel, TCP/IP stack, USB stack, file system, middleware. Includes own peripheral drivers.&lt;/TD&gt;&lt;TD class="center_content"&gt;Kernel only. Peripheral drivers provided by PEx.&lt;/TD&gt;&lt;TD class="center_content"&gt;Kernel, TCP/IP stack, &lt;STRONG&gt;USB stack,&lt;/STRONG&gt; file system, middleware. Peripheral drivers provided by Kinetis SDK.&lt;/TD&gt;&lt;/TR&gt;&lt;TR class="Thw"&gt;&lt;TD class="center_content"&gt;Availability&lt;/TD&gt;&lt;TD class="center_content"&gt;Select Kinetis K Series, Vybrid, select ColdFire, select Power Architecture&lt;/TD&gt;&lt;TD class="center_content"&gt;Kinetis L Series, Kinetis K Series, select Kinetis E Series&lt;/TD&gt;&lt;TD class="center_content"&gt;Kinetis MCUs supported by Kinetis SDK&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The mqx_ksdk component contains following options that can be used for minimizing of the code size. There is also possible to write own user definitions, see the &lt;EM&gt;User settings &amp;gt; Definitions&lt;/EM&gt;.&lt;/P&gt;&lt;P&gt;&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/49161i302E24D5607A9616/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;Note:&lt;/P&gt;&lt;P&gt;All definitions are generated in the generated header files (user_config.h and mqx_sdk_config.h).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also select the BareMetal OS in&amp;nbsp; the fsl_os_abstraction component. This options is also supported&amp;nbsp; by fsl_usb_framework and allow also a simple tasks management.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Marek Neuzil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 May 2015 12:54:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/MQXLite-and-USB/m-p/395655#M3114</guid>
      <dc:creator>marek_neuzil</dc:creator>
      <dc:date>2015-05-05T12:54:43Z</dc:date>
    </item>
  </channel>
</rss>

