We are following a methodology which is given below
1) Transmitting 64 byte long CANFD payload from device A to device C. Observed that data is receiving in device C from device A.
2) Transmitting 64 byte long CANFD payload from device B to device C. Observed that data is receiving in device C from device B but stopped the data reception in device C from A. It generated an error message which is given below
tcan4x5x spi0.0 can2:__can_get_echo_skb:BUG! Trying to access can_priv::echo_skb out of bounds(255/max 7)
tcan4x5x spi0.0 can2:can_put_echo_skb:BUG! echo_skb is occupied!
We want to transmit CAN data simultaneously from both device to a particular single device. Can you suggest methods to resolve this issue.