<?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のトピックDemo project for HID USB LPC18xx xplorer available?</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/Demo-project-for-HID-USB-LPC18xx-xplorer-available/m-p/695141#M27980</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;I am new with LPC18xx xplorer. Along with the device received code that&amp;nbsp; contains code , where USB enumerates as high speed mass storage device and full speed Audio class device.&lt;/P&gt;&lt;P&gt;However, I need example code where USB enumerstes as HID class (keyboard miuse etc) device for&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; LPC18xx xplorer board , keil uvision IDE. I will be really grateful If someone helps me.&lt;/P&gt;&lt;P&gt;//Sharmin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Sep 2017 12:32:28 GMT</pubDate>
    <dc:creator>sharminsultanas</dc:creator>
    <dc:date>2017-09-29T12:32:28Z</dc:date>
    <item>
      <title>Demo project for HID USB LPC18xx xplorer available?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Demo-project-for-HID-USB-LPC18xx-xplorer-available/m-p/695141#M27980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;I am new with LPC18xx xplorer. Along with the device received code that&amp;nbsp; contains code , where USB enumerates as high speed mass storage device and full speed Audio class device.&lt;/P&gt;&lt;P&gt;However, I need example code where USB enumerstes as HID class (keyboard miuse etc) device for&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; LPC18xx xplorer board , keil uvision IDE. I will be really grateful If someone helps me.&lt;/P&gt;&lt;P&gt;//Sharmin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Sep 2017 12:32:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Demo-project-for-HID-USB-LPC18xx-xplorer-available/m-p/695141#M27980</guid>
      <dc:creator>sharminsultanas</dc:creator>
      <dc:date>2017-09-29T12:32:28Z</dc:date>
    </item>
    <item>
      <title>Re: Demo project for HID USB LPC18xx xplorer available?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Demo-project-for-HID-USB-LPC18xx-xplorer-available/m-p/695142#M27981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sharmin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would recommend you to take a look to the LPCOpen package for the NGX Xplorer LPC1830 board, it comes with four USB device HID examples:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.nxp.com/support/developer-resources/software-development-tools/developer-resources-/lpcopen-libraries-and-examples/lpcopen-software-development-platform-lpc18xx:LPCOPEN-SOFTWARE-FOR-LPC18XX" title="https://www.nxp.com/support/developer-resources/software-development-tools/developer-resources-/lpcopen-libraries-and-examples/lpcopen-software-development-platform-lpc18xx:LPCOPEN-SOFTWARE-FOR-LPC18XX"&gt;LPCOpen Software for LPC18XX|NXP&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Hope it helps!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;BR /&gt;Carlos Mendoza&lt;BR /&gt;Technical Support Engineer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Oct 2017 01:45:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Demo-project-for-HID-USB-LPC18xx-xplorer-available/m-p/695142#M27981</guid>
      <dc:creator>Carlos_Mendoza</dc:creator>
      <dc:date>2017-10-03T01:45:43Z</dc:date>
    </item>
    <item>
      <title>Re: Demo project for HID USB LPC18xx xplorer available?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Demo-project-for-HID-USB-LPC18xx-xplorer-available/m-p/695143#M27982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot. It was a great help!&lt;/P&gt;&lt;P&gt;However , in HID class keyboard project, only USB0 is enumerated as HID class device (keyboard). But&amp;nbsp; I wanted to use both USB0 and USB1 as HID class device.&lt;/P&gt;&lt;P&gt;In app_usbd_cfg.h it is written USB1 can be used instead of USB0 , by commenting&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt; #define USE_USB0 &lt;/EM&gt;&lt;/STRONG&gt;and uncommentiing &lt;STRONG&gt;&lt;EM&gt; #define USE_USB1. &lt;/EM&gt;&lt;/STRONG&gt;However, it didnot work.&lt;/P&gt;&lt;P&gt;Can you please help me on solving this problem?&lt;EM&gt; &lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Oct 2017 08:33:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Demo-project-for-HID-USB-LPC18xx-xplorer-available/m-p/695143#M27982</guid>
      <dc:creator>sharminsultanas</dc:creator>
      <dc:date>2017-10-09T08:33:33Z</dc:date>
    </item>
  </channel>
</rss>

