| 123456789101112131415161718192021222324252627282930 |
- /*!
- \file readme.txt
- \brief description of the USB HID IAP device demo
- */
- /*
- Copyright (C) 2017 GigaDevice
- 2017-06-06, V1.0.0, firmware for GD32F3x0
- */
- This demo is based on the GD32350R-EVAL board,it provides a description of
- how to use the USBFS peripheral.
- The GD32 device is enumerated as an USB Custom HID device for IAP, that uses the
- native PC Host HID driver.
- To test the demo, you need a configuration hex image or bin image. The hex image
- or the bin image should set application address at 0x8004000. You can refer to
- "Utilities/Binary/DFU_Images" folder and use the hex images or bin images in it.
- To test the demo, you need to:
- - Download the "USB IAP Client" PC applet
- - Start the "USB IAP Client" PC applet and connect GD32 USB to PC (Note: maybe
- the driver installion is failed in the first time, try reseating again.)
- - The device should be detected and shown in the PC applet
- - Select the hex image and download it to the flash
- - After each device reset, the mcu will run the new application
- - After each device reset, hold down the TAMPER key on the GD32F350-EVAL board
- to enter IAP mode
|