CRC_CalCRC
Go to file
xiaoyuluoke acdd9432f7 第一次提交 2024-07-25 10:45:15 +08:00
.vscode 第一次提交 2024-07-25 10:45:15 +08:00
CMSIS 第一次提交 2024-07-25 10:45:15 +08:00
build 第一次提交 2024-07-25 10:45:15 +08:00
cmake 第一次提交 2024-07-25 10:45:15 +08:00
n32g430_std_periph_driver 第一次提交 2024-07-25 10:45:15 +08:00
source 第一次提交 2024-07-25 10:45:15 +08:00
.clang-format 第一次提交 2024-07-25 10:45:15 +08:00
.gitignore Initial commit 2024-07-25 10:43:42 +08:00
CMakeLists.txt 第一次提交 2024-07-25 10:45:15 +08:00
README.md 第一次提交 2024-07-25 10:45:15 +08:00
n32g430_flash.ld 第一次提交 2024-07-25 10:45:15 +08:00
project.cmake 第一次提交 2024-07-25 10:45:15 +08:00
startup_n32g430_gcc.s 第一次提交 2024-07-25 10:45:15 +08:00

README.md

1、功能说明 此例程展示了硬件CRC的基本功能和算法。

其中有16bit校验与32bit校验。

2、使用环境

软件开发环境:
    KEIL MDK-ARM V5.34.0.0
    IAR EWARM 8.50.1

硬件环境:
    基于评估板N32G430C8L7-STB V1.0开发

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

4、注意事项 无

  1. Function description This routine shows the basic capabilities and algorithms of hardware CRC.

    There are 16-bit check and 32-bit check.

  2. Use environment Software development environment: KEIL MDK-ARM V5.34.0.0 IAR EWARM 8.50.1

    Hardware environment: Developed based on the evaluation board N32G430C8L7-STB V1.0

  3. Instructions for use

    1. Clock source: HSE+PLL
    2. Master clock: 128MHz
  4. Precautions None