STM32F7 MCU CAN error passive interrupt can only be triggered once
When a CAN message is not ACKed by other nodes, if auto re-transmission is set, bxCAN will re-transmit the message infinitely. This floods the CAN bus, especially if the message is of high priority.My solution is to enable the error passive interrupt...