Arduino-STM32-CAN icon indicating copy to clipboard operation
Arduino-STM32-CAN copied to clipboard

in the event of a transmission failure, the function does not return (as expected).

Open ShiPC123 opened this issue 2 months ago • 6 comments

I am using an STM32G431 MCU. Currently, it can normally transmit and receive CAN data; however, in the event of a transmission failure, the function does not return (as expected).

Image Image

As shown in the figure, I disconnected the CAN_H cable, but the system still indicates normal transmission.

Image

this is my code

ShiPC123 avatar Oct 22 '25 02:10 ShiPC123