<?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のトピックRe: How can I run MQX USB demo on FRDM-K22F?</title>
    <link>https://community.nxp.com/t5/MQX-Software-Solutions/How-can-I-run-MQX-USB-demo-on-FRDM-K22F/m-p/326549#M10407</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jorge,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had been able to get the bare metal version to compile and run. Mostly by blindly following the example (step 5.3 in the Integration document). In doing that I was able to work out what the full names may be for the FRDM-K22F.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It appears that the step I missed at the beginning was to go through the custom install and get the MQX portion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 Dec 2014 12:37:18 GMT</pubDate>
    <dc:creator>davepfaltzgraff</dc:creator>
    <dc:date>2014-12-08T12:37:18Z</dc:date>
    <item>
      <title>How can I run MQX USB demo on FRDM-K22F?</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/How-can-I-run-MQX-USB-demo-on-FRDM-K22F/m-p/326546#M10404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have downloaded various packages and keep running into dead ends. For example, in trying to get a USB host msd compile:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Freescale_MQX_4_1_FRDMK22F120M does not provide a&amp;nbsp; kds project. This is supported by the fact that the document MQXGSRTOS "Getting Started with Freescale MQX™ RTOS" does not mention the KSD tool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MQX_KSDK_1.0.0 provides a kds project, but header files cannot be found. This appears to be a problem with path definitions, but after an hour of trying to track these down one by one, I gave up!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To add to the confusion, document USBKSDKUG "Integration of the USB Stack and Kinetis SDK" shows the FRDM-K22F board upside down and backwards! (see the picture on page 5)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to be able to load, compile and, test USB host capabilities on the FRDM-K22F board and not get a headache in the process. Some gentle pointers would be very welcome.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Dec 2014 20:07:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/How-can-I-run-MQX-USB-demo-on-FRDM-K22F/m-p/326546#M10404</guid>
      <dc:creator>davepfaltzgraff</dc:creator>
      <dc:date>2014-12-04T20:07:09Z</dc:date>
    </item>
    <item>
      <title>Re: How can I run MQX USB demo on FRDM-K22F?</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/How-can-I-run-MQX-USB-demo-on-FRDM-K22F/m-p/326547#M10405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello David:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do not have MQX_KSDK_1.0.0 installed, I suppose you mean the BETA version, right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However I have KSDK v1.0.0 and the FRDM-K22F USB examples in KDS v2.0 are working fine, I tested CDC and HID host. Maybe you can try with the baremetal USB examples (no MQX); I think you should have those in your installation too. Later you can move to MQX integration. Besides a new release of KSDK v1.1.0 is coming this month and MQX_KSDK will not be in a separate installation package anymore. For details check the next links:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- &lt;A href="https://community.nxp.com/thread/333830"&gt;KDS 1.1.1 and MQX&lt;/A&gt;&lt;/P&gt;&lt;P&gt;- &lt;A href="https://community.nxp.com/docs/DOC-102926"&gt;Kinetis SDK FAQ&lt;/A&gt; (RTOS section)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These were my steps (the same as in the document "Integration of the USB Stack and Kinetis SDK"):&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;For &lt;EM&gt;CDC&lt;/EM&gt;:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1)&lt;/STRONG&gt; Import and build &lt;STRONG&gt;ksdk_platform_lib_K22F51212&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2)&lt;/STRONG&gt; Import and build &lt;STRONG&gt;usbd_sdk_frdmk22f120m_bm_frdmk22f120m&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;3)&lt;/STRONG&gt; Import and build project &lt;STRONG&gt;dev_cdc_virtual_com_frdmk22f120m_bm_frdmk22f120m&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;4)&lt;/STRONG&gt; Run the debug session for the cdc projet. It worked ok.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For &lt;EM&gt;HID Host&lt;/EM&gt;:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1)&lt;/STRONG&gt; K22 KSDK platform library is already compiled.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2)&lt;/STRONG&gt; Import and build &lt;STRONG&gt;usbh_sdk_frdmk22f120m_bm_frdmk22f120m&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;3)&lt;/STRONG&gt; Import and build project &lt;STRONG&gt;host_hid_mouse_frdmk22f120m_bm_frdmk22f120m&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;4)&lt;/STRONG&gt; Place jumper J22. This is necessary for host mode.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;5)&lt;/STRONG&gt; Run the debug session for the hid host project. It worked fine.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Regards!,&lt;BR /&gt;Jorge Gonzalez&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Dec 2014 03:14:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/How-can-I-run-MQX-USB-demo-on-FRDM-K22F/m-p/326547#M10405</guid>
      <dc:creator>Jorge_Gonzalez</dc:creator>
      <dc:date>2014-12-05T03:14:46Z</dc:date>
    </item>
    <item>
      <title>Re: How can I run MQX USB demo on FRDM-K22F?</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/How-can-I-run-MQX-USB-demo-on-FRDM-K22F/m-p/326548#M10406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;KSDK1.1 is coming soon (before the end of the year), his stack has an USB Host MSD example for KDS2.0 which is already available at &lt;A href="https://community.nxp.com/www.freescale.com/kds" target="test_blank"&gt;www.freescale.com/kds&lt;/A&gt;, I recommend to wait for the release. The path where you will find this example should look something like this:&lt;/P&gt;&lt;P&gt;C:\Freescale\KSDK_1.1.0\usb\example\host\msd\msd_fatfs\sdk\kds\host_msd_fatfs_frdmk22f_mqx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To run the demo you will need to build the following libraries for K22F:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;KSDK Platform Lib&lt;/P&gt;&lt;P&gt;C:\Freescale\KSDK_1.1.0\lib\ksdk_platform_lib\kds\K22F51212&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;KSDK OSA for MQX Lib&lt;/P&gt;&lt;P&gt;C:\Freescale\KSDK_1.1.0\lib\ksdk_mqx_lib\kds\K22F51212&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MQX Lib&lt;/P&gt;&lt;P&gt;C:\Freescale\KSDK_1.1.0\rtos\mqx\mqx\build\kds\mqx_frdmk22f&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MQX stdlib&lt;/P&gt;&lt;P&gt;C:\Freescale\KSDK_1.1.0\rtos\mqx\mqx_stdlib\build\kds\mqx_stdlib_frdmk22f&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MQX Shell Lib&lt;/P&gt;&lt;P&gt;C:\Freescale\KSDK_1.1.0\rtos\mqx\nshell\build\kds\nshell_frdmk22f&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;USB Host Lib&lt;/P&gt;&lt;P&gt;C:\Freescale\KSDK_1.1.0\usb\usb_core\host\build\kds\usbh_sdk_frdmk22f_mqx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can import the library projects using the option in menu File &amp;gt; Import &amp;gt; General &amp;gt; Existing Project into Workspace&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also import the 3 MQX Libs using the build_libs.wsd file with the option menu File &amp;gt; Import &amp;gt; Project of Projects &amp;gt; Existing project Sets. This working set is located in the following path:&lt;/P&gt;&lt;P&gt;C:\Freescale\KSDK_1.1.0\rtos\mqx\build\kds\workspace_frdmk22f&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bet regards,&lt;/P&gt;&lt;P&gt;Carlos&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Technical Support Engineer&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Dec 2014 00:06:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/How-can-I-run-MQX-USB-demo-on-FRDM-K22F/m-p/326548#M10406</guid>
      <dc:creator>Carlos_Musich</dc:creator>
      <dc:date>2014-12-06T00:06:58Z</dc:date>
    </item>
    <item>
      <title>Re: How can I run MQX USB demo on FRDM-K22F?</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/How-can-I-run-MQX-USB-demo-on-FRDM-K22F/m-p/326549#M10407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jorge,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had been able to get the bare metal version to compile and run. Mostly by blindly following the example (step 5.3 in the Integration document). In doing that I was able to work out what the full names may be for the FRDM-K22F.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It appears that the step I missed at the beginning was to go through the custom install and get the MQX portion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Dec 2014 12:37:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/How-can-I-run-MQX-USB-demo-on-FRDM-K22F/m-p/326549#M10407</guid>
      <dc:creator>davepfaltzgraff</dc:creator>
      <dc:date>2014-12-08T12:37:18Z</dc:date>
    </item>
    <item>
      <title>Re: How can I run MQX USB demo on FRDM-K22F?</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/How-can-I-run-MQX-USB-demo-on-FRDM-K22F/m-p/326550#M10408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Carlos,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since we're already into the second week of the last month of 4Q14, I think I'll wait.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One comment: I hope that the information on which libraries and modules are associated (required) for each application are listed. A lot of my frustration was in finding out what was needed to make a complete package.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The details you gave are a big help and I look forward to the next release.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Dec 2014 12:42:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/How-can-I-run-MQX-USB-demo-on-FRDM-K22F/m-p/326550#M10408</guid>
      <dc:creator>davepfaltzgraff</dc:creator>
      <dc:date>2014-12-08T12:42:31Z</dc:date>
    </item>
  </channel>
</rss>

