Hi, I solved this problem by using a logic analyzer to check CAN data frame from arduino, then I found CAN baud rate from arduino is not the same I configured in my code (500 KBPS is actually 250 KBPS). In summary, change stm32 CAN baud rate to 250 K...