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-Q1:在总线关闭中断后无法重新启动 MCAN

Guru**** 2465890 points


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

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/1473108/mspm0g3507-q1-unable-to-restart-mcan-after-bus-off-interrupt

器件型号:MSPM0G3507-Q1

工具与软件:

您好!

我正在尝试通过 MCAN 中断读取 CAN 总线故障、发现在总线关闭中断(MCAN_IR_BO_MASK)后、CAN 数据包的发送停止、未调用 MCAN IRQ。

这些类型的停止后如何重新启动 MCAN。

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

    尊敬的 Ankit:

    复位 MCU 和复位 MCAN 都有助于复位此 MCAN 总线关闭状态:

    • 系统复位: DL_SYSCTL_resetDevice (DL_SYSCTL_RESET_SYSRST);
    • 重置 MCAN: DL_MCAN_RESET (MCAN0_INST);

    此致、

    Pengfei