Files
AT32F415_Firmware_Library/project/at_start_f415/examples/crc/calculation
2022-03-03 19:38:35 +08:00
..
2022-03-03 19:38:35 +08:00
2022-03-03 19:38:35 +08:00
2022-03-03 19:38:35 +08:00
2022-03-03 19:38:35 +08:00

/**
  **************************************************************************
  * @file     readme.txt 
  * @version  v2.0.3
  * @date     2022-02-11
  * @brief    readme
  **************************************************************************
  */

  this demo is based on the at-start board, in this demo, shows how to use 
  crc calculation unit to get a crc code of a given buffer of data word(32-bit),
  if get a correct crc value led3 will be turn on, else led4 will be turn on.