I am using a STM32H753 I send a 64-byte frame from a PEAK USB CAN FD device to the STM32:Timestamp: 0.000000 ID: 00000582 X DLC: 64 0a 06 0d 00 00 04 28 7b 22 62 75 69 6c 64 5f 63 66 67 22 3a 7b 22 74 6f 6f 6c 5f 73 69 7a 65 22 3a 31 32 ...
This turned out to be a python script problem for sending frames from the PEAK USB CAN FD device. I needed to explicitly set is_fd=True even if I set other parameters that are only supported by FD such as bitrate_switch otherwise I only got 8-bytes o...