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 not calculating

Part Number: MSPM0G3507

Dear,

MSPM0G3507

My CRC calculation is not working.

I know that I have to enable the power of the CRC unit:

void DL_CRC_enablePower(CRC);

But it doesn't work looking into the register bit, it seems to stay disabled.

I tried to put DL_CRC_enablePower(CRC); before the configuration  SYSCFG_DL_init();, but also not working.

Thanks for help.

Best Regards,

John

  • Hello John,

    In our M0 SDK, there is an example code about the CRC, "crc_calculate_checksum". You can refer to this example code and modify the code according to your requirement. 

    The latest version of M0 SDK can be download from ti.com,

    Best Regards,

    Janz Bai