<?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>LPC MicrocontrollersのトピックNeed inputs for USB HID keyboard + LPC1837</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/Need-inputs-for-USB-HID-keyboard-LPC1837/m-p/541553#M12301</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Folks,&lt;/P&gt;&lt;P&gt;I have LPC1837 development board, It is loaded with USBDemo firmware, I am able to build the source shared and flash it device. Its working fine.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am working to modify the USB0 (Mass Storage Functionality) to HID Keyboard. I need some inputs for proceeding further. &lt;/P&gt;&lt;P&gt;I realized that there is no device configuration descriptor for USB _HID device, I have created one, which looks as below&lt;/P&gt;&lt;P&gt;typedef struct {&lt;/P&gt;&lt;P&gt;&amp;nbsp; USB_Descriptor_Configuration_Header_t Config;&lt;/P&gt;&lt;P&gt;&amp;nbsp; USB_Descriptor_Interface_t&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Kbd_Interface;&lt;/P&gt;&lt;P&gt;&amp;nbsp; USB_HID_Descriptor_HID_t Kbd_Desc;&lt;/P&gt;&lt;P&gt;&amp;nbsp; USB_Descriptor_Endpoint_t Kbd_EndPoint;&lt;/P&gt;&lt;P&gt;}USB_Descriptor_Configuration_HidKbd_t; Please correct me if there is anything wrong with this piece of code.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How to use HID_DESCRIPTOR_KEYBOARD, defined in HidClassCommon.h, and what has to be done in the Callback function CreateHIDReport. Here in this means of implementation, I could not see where we pass the HID_DESCRIPTOR_KEYBOARD.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My requirement is to have a audio device on USB-1 and HID Keyboard on USB-0&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please give your inputs. &lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Jun 2016 09:57:38 GMT</pubDate>
    <dc:creator>gvk51</dc:creator>
    <dc:date>2016-06-17T09:57:38Z</dc:date>
    <item>
      <title>Need inputs for USB HID keyboard + LPC1837</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Need-inputs-for-USB-HID-keyboard-LPC1837/m-p/541553#M12301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Folks,&lt;/P&gt;&lt;P&gt;I have LPC1837 development board, It is loaded with USBDemo firmware, I am able to build the source shared and flash it device. Its working fine.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am working to modify the USB0 (Mass Storage Functionality) to HID Keyboard. I need some inputs for proceeding further. &lt;/P&gt;&lt;P&gt;I realized that there is no device configuration descriptor for USB _HID device, I have created one, which looks as below&lt;/P&gt;&lt;P&gt;typedef struct {&lt;/P&gt;&lt;P&gt;&amp;nbsp; USB_Descriptor_Configuration_Header_t Config;&lt;/P&gt;&lt;P&gt;&amp;nbsp; USB_Descriptor_Interface_t&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Kbd_Interface;&lt;/P&gt;&lt;P&gt;&amp;nbsp; USB_HID_Descriptor_HID_t Kbd_Desc;&lt;/P&gt;&lt;P&gt;&amp;nbsp; USB_Descriptor_Endpoint_t Kbd_EndPoint;&lt;/P&gt;&lt;P&gt;}USB_Descriptor_Configuration_HidKbd_t; Please correct me if there is anything wrong with this piece of code.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How to use HID_DESCRIPTOR_KEYBOARD, defined in HidClassCommon.h, and what has to be done in the Callback function CreateHIDReport. Here in this means of implementation, I could not see where we pass the HID_DESCRIPTOR_KEYBOARD.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My requirement is to have a audio device on USB-1 and HID Keyboard on USB-0&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please give your inputs. &lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jun 2016 09:57:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Need-inputs-for-USB-HID-keyboard-LPC1837/m-p/541553#M12301</guid>
      <dc:creator>gvk51</dc:creator>
      <dc:date>2016-06-17T09:57:38Z</dc:date>
    </item>
    <item>
      <title>Re: Need inputs for USB HID keyboard + LPC1837</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Need-inputs-for-USB-HID-keyboard-LPC1837/m-p/541554#M12302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;bump&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Jun 2016 01:13:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Need-inputs-for-USB-HID-keyboard-LPC1837/m-p/541554#M12302</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-19T01:13:26Z</dc:date>
    </item>
    <item>
      <title>Re: Need inputs for USB HID keyboard + LPC1837</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Need-inputs-for-USB-HID-keyboard-LPC1837/m-p/541555#M12303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the response, Please let me know in details what exactly you mean.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Jun 2016 11:02:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Need-inputs-for-USB-HID-keyboard-LPC1837/m-p/541555#M12303</guid>
      <dc:creator>gvk51</dc:creator>
      <dc:date>2016-06-19T11:02:15Z</dc:date>
    </item>
    <item>
      <title>Re: Need inputs for USB HID keyboard + LPC1837</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Need-inputs-for-USB-HID-keyboard-LPC1837/m-p/541556#M12304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No Worries, I am able to do it. Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jul 2016 18:31:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Need-inputs-for-USB-HID-keyboard-LPC1837/m-p/541556#M12304</guid>
      <dc:creator>gvk51</dc:creator>
      <dc:date>2016-07-01T18:31:47Z</dc:date>
    </item>
  </channel>
</rss>

