This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

[参考译文] MSPM0G3507:MSPM0G3507 - CRC 未计算

Guru**** 2394305 points
Other Parts Discussed in Thread: MSPM0G3507

请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/1341785/mspm0g3507-mspm0g3507---crc-not-calculating

器件型号:MSPM0G3507

尊敬的:

MSPM0G3507

我的 CRC 计算不起作用。

我知道我必须启用 CRC 单元的电源:

void DL_CRC_enablePower (CRC);

但通过查看寄存器位它不起作用、它似乎保持禁用状态。

我曾尝试 在配置  SYSCFG_DL_init ();之前放置 DL_CRC_enablePower ( CRC );,但也无法正常工作。

感谢您的帮助。

此致、

约翰

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    您好、John:

    在 M0 SDK 中、有一个有关 CRC 的示例代码"crc_calculate_checkout"。 您可以参考此示例代码并根据您的要求修改代码。  

    最新版本的 M0 SDK 可从 TI.com 下载、

    此致、

    K·扬茨