readme.txt 686 B

12345678910111213141516171819202122
  1. /*!
  2. \file readme.txt
  3. \brief description of the TIMER1 external trigger 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 shows how to
  10. start TIMER peripherals with an external trigger.
  11. TIMER1 is configured as slave timer for an external trigger connected to
  12. TIMER1 CI0 pin :
  13. - The TIMER1 CI0FE0 is used as trigger input
  14. - Rising edge is used to start the TIMER1: event mode
  15. - TIMER1 is used PWM1 Mode
  16. The starts of the TIMER1 counter are controlled by the external trigger
  17. Connect the TIMER1 CH0 pin to +3V3 on the board as a external trigger with a
  18. rising edge.