readme.txt 1.1 KB

123456789101112131415161718192021222324252627282930
  1. /*!
  2. \file readme.txt
  3. \brief description of the USB HID IAP 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 peripheral.
  11. The GD32 device is enumerated as an USB Custom HID device for IAP, that uses the
  12. native PC Host HID driver.
  13. To test the demo, you need a configuration hex image or bin image. The hex image
  14. or the bin image should set application address at 0x8004000. You can refer to
  15. "Utilities/Binary/DFU_Images" folder and use the hex images or bin images in it.
  16. To test the demo, you need to:
  17. - Download the "USB IAP Client" PC applet
  18. - Start the "USB IAP Client" PC applet and connect GD32 USB to PC (Note: maybe
  19. the driver installion is failed in the first time, try reseating again.)
  20. - The device should be detected and shown in the PC applet
  21. - Select the hex image and download it to the flash
  22. - After each device reset, the mcu will run the new application
  23. - After each device reset, hold down the TAMPER key on the GD32F350-EVAL board
  24. to enter IAP mode