readme.txt 898 B

12345678910111213141516171819202122232425262728
  1. /*!
  2. \file readme.txt
  3. \brief description of program_erase 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 provides a
  10. description of how to erase and program flash memory and reprogram without previous
  11. earse.
  12. In erasing operation, a comparison between flash memory and 0xffffffff is done to
  13. check whether the flash memory has been correctly erased. If the result is wrong,
  14. LED1 will be on.
  15. In programming operation, a comparison between flash memory and target data is
  16. done to check whether the flash memory has been correctly programmed. If the result
  17. is wrong, LED2 will be on.
  18. In reprogramming operation, corresponding bit value will be changed from 1 to 0,
  19. If the result is wrong, LED3 will be on.
  20. If all the three operations are successful, LED4 will be on.