<?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中的主题 Re: LPC54114: Need ROM-based USB HID Keyboard example</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54114-Need-ROM-based-USB-HID-Keyboard-example/m-p/1742325#M54479</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/223860"&gt;@dean_sands&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;According to the documentation, theres not much information regarding how to use ROM-BasedUSB HID keyboard besides the examples, we do apologize for the inconvenience.&lt;/P&gt;
&lt;P&gt;However I was able to fin this article:&amp;nbsp;&lt;/P&gt;
&lt;P class="PageTitle lia-component-common-widget-page-title"&gt;&lt;A href="https://community.nxp.com/t5/LPC-Microcontrollers-Knowledge/Using-ConfigTool-to-create-USB-Project-From-Start/ta-p/1103294?_gl=1*1btfjen*_ga*NzQ1Nzc4NjkxLjE2OTc2NTUxOTM.*_ga_WM5LE0KMSH*MTY5NzY1NTE5My4xLjEuMTY5NzY1NTQ3NS4wLjAuMA.." target="_self"&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;&lt;SPAN class="lia-link-navigation lia-link-disabled"&gt;Using ConfigTool to create USB Project From Start&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P class="PageTitle lia-component-common-widget-page-title"&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;&lt;SPAN class="lia-link-navigation lia-link-disabled"&gt;This articles uses LPC55S69 for the process, however it could help you with the LPC54114.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="PageTitle lia-component-common-widget-page-title"&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;&lt;SPAN class="lia-link-navigation lia-link-disabled"&gt;I hope it helps.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="PageTitle lia-component-common-widget-page-title"&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;&lt;SPAN class="lia-link-navigation lia-link-disabled"&gt;Best Regards, Miguel.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 18 Oct 2023 19:03:03 GMT</pubDate>
    <dc:creator>Miguel04</dc:creator>
    <dc:date>2023-10-18T19:03:03Z</dc:date>
    <item>
      <title>LPC54114: Need ROM-based USB HID Keyboard example</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54114-Need-ROM-based-USB-HID-Keyboard-example/m-p/1742175#M54477</link>
      <description>&lt;P&gt;I'm working on a composite USB device that contains 4 CDC interfaces and then a single HID keyboard. The available composite HID examples in MCUExpresso for the LPCExpresso54114 are a bit hard to follow while the ROM-API-based are much easier.&lt;/P&gt;&lt;P&gt;Naturally, we need to move quickly in our project, and any simplification of the examples would be appreciated.&lt;/P&gt;&lt;P&gt;Are there perhaps other HID keyboards examples for similar chips that use the USB ROM API?&lt;/P&gt;</description>
      <pubDate>Wed, 18 Oct 2023 14:19:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54114-Need-ROM-based-USB-HID-Keyboard-example/m-p/1742175#M54477</guid>
      <dc:creator>dean_sands</dc:creator>
      <dc:date>2023-10-18T14:19:10Z</dc:date>
    </item>
    <item>
      <title>Re: LPC54114: Need ROM-based USB HID Keyboard example</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54114-Need-ROM-based-USB-HID-Keyboard-example/m-p/1742257#M54478</link>
      <description>&lt;P&gt;Based on the information provided, it seems you are looking for a ROM-based USB HID Keyboard example for the LPC54114. While there may not be a specific example for this exact use case, there are several resources and examples that could be adapted to suit your needs.&lt;/P&gt;&lt;P&gt;For instance, the LPCOpen library for the LPC1769 includes a USB composite device demo that sets up a USB composite device consisting of HID and CDC class. This example could be adapted for the LPC54114.&lt;/P&gt;&lt;P&gt;Another useful resource is the MCUXpresso SDK, which includes a USB mouse example. While this is not a keyboard example, the principles of setting up a USB HID device would be similar.&lt;/P&gt;&lt;P&gt;Finally, the LPCOpen demo code usbd_rom_dfu_composite included in lpcopen_3_02_lpcxpresso_xpresso1837 shows how to use the USBD ROM stack to create a composite USB device. This could be a useful starting point for creating a composite device that includes a HID keyboard.&lt;/P&gt;&lt;P&gt;Please note that creating a composite USB device that includes a HID keyboard will require a good understanding of the USB protocol and the specific requirements of your project. It may be beneficial to use a USB Sniffer to debug any issues that arise during development.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Oct 2023 16:46:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54114-Need-ROM-based-USB-HID-Keyboard-example/m-p/1742257#M54478</guid>
      <dc:creator>ramprakash12</dc:creator>
      <dc:date>2023-10-18T16:46:49Z</dc:date>
    </item>
    <item>
      <title>Re: LPC54114: Need ROM-based USB HID Keyboard example</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54114-Need-ROM-based-USB-HID-Keyboard-example/m-p/1742325#M54479</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/223860"&gt;@dean_sands&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;According to the documentation, theres not much information regarding how to use ROM-BasedUSB HID keyboard besides the examples, we do apologize for the inconvenience.&lt;/P&gt;
&lt;P&gt;However I was able to fin this article:&amp;nbsp;&lt;/P&gt;
&lt;P class="PageTitle lia-component-common-widget-page-title"&gt;&lt;A href="https://community.nxp.com/t5/LPC-Microcontrollers-Knowledge/Using-ConfigTool-to-create-USB-Project-From-Start/ta-p/1103294?_gl=1*1btfjen*_ga*NzQ1Nzc4NjkxLjE2OTc2NTUxOTM.*_ga_WM5LE0KMSH*MTY5NzY1NTE5My4xLjEuMTY5NzY1NTQ3NS4wLjAuMA.." target="_self"&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;&lt;SPAN class="lia-link-navigation lia-link-disabled"&gt;Using ConfigTool to create USB Project From Start&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P class="PageTitle lia-component-common-widget-page-title"&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;&lt;SPAN class="lia-link-navigation lia-link-disabled"&gt;This articles uses LPC55S69 for the process, however it could help you with the LPC54114.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="PageTitle lia-component-common-widget-page-title"&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;&lt;SPAN class="lia-link-navigation lia-link-disabled"&gt;I hope it helps.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="PageTitle lia-component-common-widget-page-title"&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;&lt;SPAN class="lia-link-navigation lia-link-disabled"&gt;Best Regards, Miguel.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Oct 2023 19:03:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54114-Need-ROM-based-USB-HID-Keyboard-example/m-p/1742325#M54479</guid>
      <dc:creator>Miguel04</dc:creator>
      <dc:date>2023-10-18T19:03:03Z</dc:date>
    </item>
  </channel>
</rss>

