<?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: usb_host_register_driver_info in Processor Expert Software</title>
    <link>https://community.nxp.com/t5/Processor-Expert-Software/usb-host-register-driver-info/m-p/409964#M3299</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;fix of 2nd issue is part of Processor Expert support for Kinetis SDK 1.2.0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are sorry for inconvenience.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Vojtech Filip&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Apr 2015 12:58:54 GMT</pubDate>
    <dc:creator>vfilip</dc:creator>
    <dc:date>2015-04-16T12:58:54Z</dc:date>
    <item>
      <title>usb_host_register_driver_info</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/usb-host-register-driver-info/m-p/409962#M3297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I think there is a problem with either the PEx for the KSDK or the KSDK. I added the usb_framework component to my project (created with PEx + KSDK + MQX for the K64FN1M0VLQ12 processor) and generated the code. In Components_Init the following two lines were added:&lt;/P&gt;&lt;P&gt;&amp;nbsp; (void)usb_host_init(USBFMW1_USB_CONTROLLER_ID, &amp;amp;usbFmw1_Handler);&lt;BR /&gt;&amp;nbsp; (void)usb_host_register_driver_info(USBFMW1_USB_CONTROLLER_ID, (void *)usbFmw1_DriverInfoTable);&lt;/P&gt;&lt;P&gt;but I think that should be:&lt;/P&gt;&lt;P&gt;&amp;nbsp; (void)usb_host_init(USBFMW1_USB_CONTROLLER_ID, &amp;amp;usbFmw1_Handler);&lt;BR /&gt;&amp;nbsp; (void)usb_host_register_driver_info(usbFmw1_Handler, (void *)usbFmw1_DriverInfoTable);&lt;/P&gt;&lt;P&gt;E.g. the second line should have the usbFmw1_Handler as the first parameter and not the USBFMW1_USB_CONTROLLER_ID.&lt;/P&gt;&lt;P&gt;It also appears there are issues with the task priority levels as the default ones are too high once the OSA has added 7 to them. I have had to reduce them to 5 (one in the Host mode settings section plus a couple in the usb framework code).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it likely that future KSDK / PEx updates will make it easier to add a file system and HID stubs to the USB host mode and fully implement the hub, etc?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;BR /&gt;Adrian.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Apr 2015 07:39:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/usb-host-register-driver-info/m-p/409962#M3297</guid>
      <dc:creator>adyr</dc:creator>
      <dc:date>2015-04-15T07:39:04Z</dc:date>
    </item>
    <item>
      <title>Re: usb_host_register_driver_info</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/usb-host-register-driver-info/m-p/409963#M3298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Adrian,&lt;/P&gt;&lt;P&gt;The task priority issue is know and has been fixed and will be in the next release.&lt;/P&gt;&lt;P&gt;I'll inquire about the incorrect parameter for the usb_host_register_driver_info() call.&lt;/P&gt;&lt;P&gt;Thank you for posting.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;David &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Apr 2015 14:41:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/usb-host-register-driver-info/m-p/409963#M3298</guid>
      <dc:creator>DavidS</dc:creator>
      <dc:date>2015-04-15T14:41:40Z</dc:date>
    </item>
    <item>
      <title>Re: usb_host_register_driver_info</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/usb-host-register-driver-info/m-p/409964#M3299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;fix of 2nd issue is part of Processor Expert support for Kinetis SDK 1.2.0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are sorry for inconvenience.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Vojtech Filip&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Apr 2015 12:58:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/usb-host-register-driver-info/m-p/409964#M3299</guid>
      <dc:creator>vfilip</dc:creator>
      <dc:date>2015-04-16T12:58:54Z</dc:date>
    </item>
    <item>
      <title>Re: usb_host_register_driver_info</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/usb-host-register-driver-info/m-p/409965#M3300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Both issues are now fixed in KSDK 1.2. Wish I could set "Correct Answer" for both answers.&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jun 2015 08:25:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/usb-host-register-driver-info/m-p/409965#M3300</guid>
      <dc:creator>adyr</dc:creator>
      <dc:date>2015-06-02T08:25:53Z</dc:date>
    </item>
  </channel>
</rss>

