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-AM263: Problem with mcan_external_read_write, stuck in SemaphoreP_pend

Part Number: LP-AM263

Hi,my board is LP-AM263

When I try mcan_external_read_write example, I stuck in  "SemaphoreP_pend(&gMcanTxDoneSem, SystemP_WAIT_FOREVER);"

SDK:mcu_plus_sdk_am263x_08_06_00_34

MCAN_writeMsgRam(gMcanBaseAddr, MCAN_MEM_TYPE_BUF, bufNum, &txMsg);

        /* Add request for transmission, This function will trigger transmission */
        status = MCAN_txBufAddReq(gMcanBaseAddr, bufNum);
        DebugP_assert(status == CSL_PASS);
        DebugP_log("TX send\r\n");

        /* Wait for Tx completion */
        SemaphoreP_pend(&gMcanTxDoneSem, SystemP_WAIT_FOREVER);
        DebugP_log("pass\r\n");

Console output

I also don't recieve any CAN message on other deivce