readme.txt 471 B

123456789101112131415
  1. /*!
  2. \file readme.txt
  3. \brief description of DAC_DMA_convert example
  4. */
  5. /*
  6. Copyright (C) 2017 GigaDevice
  7. 2017-06-06, V1.0.0, firmware for GD32F3x0
  8. */
  9. This example is based on the GD32350R-EVAL board, it shows how to use DAC to generate
  10. a staircase-shaped signal. TIMER5 is chosen to trigger DAC and DMA is configured to transfer
  11. data from memory to DAC_R8DH. The DAC output pin is configured PA4. The signal can be
  12. observed through the oscilloscope.