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.

TCAN4550-Q1: 回环测试

Part Number: TCAN4550-Q1
Other Parts Discussed in Thread: TCAN4550

你好  TI团队:

我在linux系统上调试tcan4550时,移植5.19的驱动, 测试收发,遇到了一些问题:

使用  ip link set can0 type can bitrate 125000 loopback on  开启回环测试,使用cansend can0 -i 111 0x11 0x22 0x33 0x44 0x55 0x66发送,使用candump can0 &接收数据。

但是没有能够接收到数据。

我关闭loopback ,在分析仪上可以看到发出的数据,请问下该如何分析