readme.txt 967 B

1234567891011121314151617181920212223242526272829303132
  1. /*!
  2. \file readme.txt
  3. \brief description of the USB Custom HID device demo
  4. */
  5. /*
  6. Copyright (C) 2017 GigaDevice
  7. 2017-06-06, V1.0.0, firmware for GD32F3x0
  8. */
  9. This demo is based on the GD32350R-EVAL board, it provides a description of
  10. how to use the USBFS.
  11. The GD32 device is enumerated as an USB Custom HID device, that uses the
  12. native PC Host HID driver.
  13. To test the demo, you need to:
  14. - Download the "Custom_HID Client" PC applet
  15. - Start the "Custom_HID Client" PC applet and connect GD32 USB to PC
  16. - The device should be detected and shown in the PC applet
  17. - Make sure that following report ID are configured: LED1 ID (0x11),
  18. LED2 ID(0x12), LED3 ID(0x13), LED4 ID(0x14), BUTTON1_ID(0x15) and
  19. BUTTON2_ID(0x16).
  20. - Select Leds in the applet to switch on/off on the EVAL board
  21. - Press the Wakeup key and Tamper key on the EVAL board to switch on
  22. /off the button1/button2 status in the PC applet