readme.txt 803 B

1234567891011121314151617181920
  1. /*!
  2. \file readme.txt
  3. \brief description of DMA ram to ram
  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 provides a description
  10. of how to use DMA channel(1 to 4) to transfer data from RAM to RAM.DMA Channel(1 to 4) is
  11. configured to transfer the contents of data buffer stored in "source_address" to the
  12. reception buffer declared in RAM(destination_address1~destination_address4).
  13. The start of transfer is triggered by software. At the end of the transfer, a comparison
  14. between the source and destination buffers is done to check that all data have been correctly
  15. transferred.If transfer correctly the corresponding LED light.If transfer do not correcly,the
  16. corresponding LED is off.