Part Number: TDA4VH-Q1
Other Parts Discussed in Thread: J784S4XEVM
Tool/software:
Hi, experts
I'm experimenting with can send and receive on an EVM board, referencing the link 4.9. MCAN — Platform Development Kit (PDK) - J784S4 User Guide,I chose 1 to do the sending experiment, but the opposite end can't receive any data, stuck in this function:
ti-processor-sdk-rtos-j784s4-evm-10_01_00_04/pdk_j784s4_10_01_00_25/packages/ti/csl/example/mcan/mcanEvmLoopback/mcan_evm_loopback_app_main_k3.c:APP_mcanTxTest
mcu uart log:


That is, gMcanIsrIntr0Flag is not set to 0 in the interrupt service function.
For comparison, I chose 4 for the Loopback - external transmission and reception experiment and found that it can send and receive normally.

When I removed the connection between MCU_MCAN0 and MCU_MCAN1, I found that not a single frame was sent out, also stuck in the gMcanIsrIntr0Flag is not set to 0, according to my understanding as long as it should be sent out a frame is right.
Please help me to analyse why sending the experiment fails, thanks!
board: J784S4XEVM
sdk: 10_01_00_04
Best Regards,
Bing
