<?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: modify lpcxpresso55s16 hid mouse + keyboard example, but it continue to send keyboard packet</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/modify-lpcxpresso55s16-hid-mouse-keyboard-example-but-it/m-p/1728811#M54201</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I check the origin example&amp;nbsp;lpcxpresso55s16_dev_composite_hid_mouse_hid_keyboard_freertos again,&lt;/P&gt;&lt;P&gt;it send HID packet 'a' just once. (I modify to send 'a' than pageup)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="felix1_0-1695634394247.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/242514i3A8DA3707DCC9543/image-size/medium?v=v2&amp;amp;px=400" role="button" title="felix1_0-1695634394247.png" alt="felix1_0-1695634394247.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="felix1_1-1695634412464.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/242515i5B6DC72046E22A3F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="felix1_1-1695634412464.png" alt="felix1_1-1695634412464.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Why my code repeat to send HID packet? Anyone can guide me the direction to trace?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 25 Sep 2023 09:42:01 GMT</pubDate>
    <dc:creator>felix1</dc:creator>
    <dc:date>2023-09-25T09:42:01Z</dc:date>
    <item>
      <title>modify lpcxpresso55s16 hid mouse + keyboard example, but it continue to send keyboard packet</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/modify-lpcxpresso55s16-hid-mouse-keyboard-example-but-it/m-p/1727958#M54183</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;based on example&amp;nbsp;lpcxpresso55s16_dev_composite_hid_mouse_hid_keyboard_freertos, I modify it to as HID keyboard + HID generic.&lt;/P&gt;&lt;P&gt;When I got keyscan, I use&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;USB_DeviceHidSend(s_UsbDeviceComposite-&amp;gt;hidKeyboardHandle, USB_HID_KEYBOARD_ENDPOINT_IN, s_UsbDeviceHidKeyboard.buffer, USB_HID_KEYBOARD_REPORT_LENGTH);&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;to send key packet, but it continue to send key packet and won't stop.&lt;/P&gt;&lt;P&gt;For example, keyscan got 'b', and use USB_DeviceHidSend() to send HID packet,&lt;/P&gt;&lt;P&gt;but the PC continue to receive 'bbbbbbbb' for thousand times.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="felix1_0-1695375633822.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/242247i0A775F27A27DDD94/image-size/medium?v=v2&amp;amp;px=400" role="button" title="felix1_0-1695375633822.png" alt="felix1_0-1695375633822.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;DIV&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="felix1_2-1695375715855.png" style="width: 592px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/242249i1DD3A9E031FF24BB/image-dimensions/592x81?v=v2" width="592" height="81" role="button" title="felix1_2-1695375715855.png" alt="felix1_2-1695375715855.png" /&gt;&lt;/span&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;device[59] send 'b' report packet once, but device[61] continue to send.&lt;/P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="felix1_3-1695375955850.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/242250i9C68DA6A632CE04C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="felix1_3-1695375955850.png" alt="felix1_3-1695375955850.png" /&gt;&lt;/span&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have commented the USB_DeviceHidKeyboardAction() in&amp;nbsp; function&amp;nbsp;USB_DeviceHidKeyboardCallback().&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 22 Sep 2023 10:05:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/modify-lpcxpresso55s16-hid-mouse-keyboard-example-but-it/m-p/1727958#M54183</guid>
      <dc:creator>felix1</dc:creator>
      <dc:date>2023-09-22T10:05:51Z</dc:date>
    </item>
    <item>
      <title>Re: modify lpcxpresso55s16 hid mouse + keyboard example, but it continue to send keyboard packet</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/modify-lpcxpresso55s16-hid-mouse-keyboard-example-but-it/m-p/1728811#M54201</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I check the origin example&amp;nbsp;lpcxpresso55s16_dev_composite_hid_mouse_hid_keyboard_freertos again,&lt;/P&gt;&lt;P&gt;it send HID packet 'a' just once. (I modify to send 'a' than pageup)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="felix1_0-1695634394247.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/242514i3A8DA3707DCC9543/image-size/medium?v=v2&amp;amp;px=400" role="button" title="felix1_0-1695634394247.png" alt="felix1_0-1695634394247.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="felix1_1-1695634412464.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/242515i5B6DC72046E22A3F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="felix1_1-1695634412464.png" alt="felix1_1-1695634412464.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Why my code repeat to send HID packet? Anyone can guide me the direction to trace?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Sep 2023 09:42:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/modify-lpcxpresso55s16-hid-mouse-keyboard-example-but-it/m-p/1728811#M54201</guid>
      <dc:creator>felix1</dc:creator>
      <dc:date>2023-09-25T09:42:01Z</dc:date>
    </item>
    <item>
      <title>Re: modify lpcxpresso55s16 hid mouse + keyboard example, but it continue to send keyboard packet</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/modify-lpcxpresso55s16-hid-mouse-keyboard-example-but-it/m-p/1729272#M54209</link>
      <description>&lt;P&gt;Hi NXP,&lt;/P&gt;&lt;P&gt;I attached the project files&amp;nbsp;that can reproduce the issue.&lt;/P&gt;&lt;P&gt;with a little modification.&lt;/P&gt;&lt;P&gt;1. change full speed to high speed&lt;BR /&gt;2. comment mouse rectangle action&lt;BR /&gt;3. call USB_DeviceHidSend() in USB_DeviceHidMouseCallback() once&lt;/P&gt;&lt;P&gt;SDK 2.14.0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Sep 2023 02:23:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/modify-lpcxpresso55s16-hid-mouse-keyboard-example-but-it/m-p/1729272#M54209</guid>
      <dc:creator>felix1</dc:creator>
      <dc:date>2023-09-26T02:23:23Z</dc:date>
    </item>
    <item>
      <title>Re: modify lpcxpresso55s16 hid mouse + keyboard example, but it continue to send keyboard packet</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/modify-lpcxpresso55s16-hid-mouse-keyboard-example-but-it/m-p/1729553#M54214</link>
      <description>I know the answer now, need to release the key.</description>
      <pubDate>Tue, 26 Sep 2023 08:29:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/modify-lpcxpresso55s16-hid-mouse-keyboard-example-but-it/m-p/1729553#M54214</guid>
      <dc:creator>felix1</dc:creator>
      <dc:date>2023-09-26T08:29:41Z</dc:date>
    </item>
  </channel>
</rss>

