CAN bus communication issue between two NUCLEO-H533RE boards
Hello, I wrote a program to test the CAN bus.
In its current version, I am using standard CAN at 1 Mb with 8-byte frames.
I transmit 16 frames with a 5 ms delay between each transmission.
To identify the last frame in the block, I send a frame with a zero data length
I am facing several issues.
When I configure the CAN bus in INTERNAL_LOOPBACK mode, if I do not enable automatic retransmission, some frames that are reported as successfully transmitted are not received.
In NORMAL mode, no frame is flagged as an error on the transmitting Nucleo board, but some frames are never received on the receiving Nucleo, while others are received multiple times.
The last issue is that I can only communicate up to 4 Mb. At 8 Mb, transmission and reception errors are reported.
