Hi,
We are working an custom board based on am62xx-sk, with tcan1042 as mpu can transceiver.
We are getting can0 interface on two boards & connected both boards over CAN.
we are sending data on can0 interface with cansend command on one board. On other board we are running candump command.
We can see only canid in the candump output. Rest of the payload was missing.
CAN RECIEVE:
ip link set can0 down ip link set can0 type can bitrate 125000 ip link set can0 up
candump can0
<0x001> [1] 7b
<0x001> [1] 7b
<0x001> [1] 7b
CAN RECIEVE:
ip link set can0 down ip link set can0 type can bitrate 125000 ip link set can0 up
cansend can0 123#DEADBEEF
Need your inputs/support on how to debug this.
Regards,
Siva.