1、功能说明

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

2、使用环境

    软件开发环境：KEIL MDK-ARM V5.34.0.0
    硬件开发环境： 
        N32G05x系列：
            基于评估板N32G05xRBQ7_STB V1.0开发
        N32G05x系列：
            基于评估板N32G05xRBL7_STB V1.0开发


3、使用说明
    1、时钟源：HSE+PLL
    2、主时钟：64MHz

    3、测试步骤与现象
       a，编译下载代码复位运行
       b，查看硬件CRC和软件CRC的值是一致的。

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: KEIL MDK-ARM V5.34.0.0
    Hardware development environment:
         N32G05x series:
            Developed based on the evaluation board N32G05xRBQ7_STB V1.0
         N32G05x series:
            Developed based on the evaluation board N32G05xRBL7_STB V1.0


3. Instructions for use

    1. Clock source: HSE+PLL
    2. Main clock: 64MHz
	
	3. Test steps and phenomenon
        a. Compile and download the code to reset and run.
        b. Check the hardware CRC and software CRC are consistent.

4. Matters needing attention
    none