1、功能说明

    此例程展示了硬件CRC的基本功能和算法。
    
    其中有16bit校验与32bit校验，
    

2、使用环境

    软件开发环境：
        IDE工具：KEIL MDK-ARM 5.26.2.0
    
    硬件环境：
        开发板 N32G030C8L7-STB V1.0


3、测试步骤及现象：
	A.编译下载代码复位运行
	B.从串口查看打印信息并验证结果

4、注意事项
    无


1. Function description

    This routine demonstrates the basic functions and algorithms of hardware CRC.
    
    Among them, there are 16bit checksum and 32bit checksum,
    

2. Use environment

    Software development environment:
         IDE tool: KEIL MDK-ARM 5.26.2.0
    
    Hardware environment:
         Development Board N32G030C8L7-STB V1.0


3. Test steps and phenomena:
	A. Compile and download the code reset run
	B. View the print information from the serial port and verify the results

4. Matters needing attention
     none