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.

LP-MSPM0G3507: [MSPM0G3507] CAN Messages are not acknowledged by MSMP0G3507 evalboard

Part Number: LP-MSPM0G3507

Tool/software:

Hello Team,

I'm facing the issue that the CAN Rx Messages are not being received/not acknowledged by MSMP0G3507 eval board.

I have ensured that CAN is initialized and interrupts enabled like below:

    /* Initialize CAN */
    SYSCFG_DL_MCAN0_init();
    DL_MCAN_TXBufTransIntrEnable(MCAN0_INST, 0u, 1u);
    DL_MCAN_TXBufTransIntrEnable(MCAN0_INST, 1u, 1u);
I have connected a CanTrcv to the board as well.
Thanks!
Prashanth.