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.

TDA4AL-Q1: 根据demo提供的配置CAN中断服务函数的方法,无法为MCAN1配置中断

Part Number: TDA4AL-Q1


目前要在MCU1_0中为CAN配置驱动,根据rtos-sdk/pdk_j721s2/packages/ti/csl/example/mcan/mcanEvmLoopback/mcan_evm_loopback_app_main_k3.c中提供的demo,可以为MCU_CAN0,MCU_CAN1配置中断;按照同样的方法配置MCAN1时,中断配置无效,代码如下,配置之后正确接线,代码卡在等待中断信号的while循环里。