| 12345678910111213141516 |
- /*!
- \file readme.txt
- \brief description of the CRC calculate demo
- */
- /*
- Copyright (C) 2017 GigaDevice
- 2017-06-06, V1.0.0, firmware for GD32F3x0
- */
- This example is based on the GD32350R-EVAL board, it shows how to
- configure the CRC module. In this demo, 8 CRC codes are calculated for a 32-bit
- data by configuring various control bits in the CRC control register.
- If the test passes, the success_flag variable equals 0x1 and turn on the LED1.
|