Skip to main content

Known issues, limitations, and workarounds

Problem Workaround

The USB Configurator supports import from the HID Descriptor tool, whose version 2.40 contains an error related to strings. Per spec HID1.11, string items have such values:

  • String Index 0111 10 nn
  • String Minimum 1000 10 nn
  • String Maximum 1001 10 nn

However, the HID Descriptor tool generates:

  • String Index 0110 10 nn
  • String Minimum 0111 10 nn
  • String Maximum 1000 10 nn

Before importing, fix these items manually in the file generated with the HID descriptor tool.

Last updated on