stm32u5 HAL_FDCAN_AddMessageToTxFifoQ is always full after error
Hello
I have a code use CAN on a stm32U585 he work fine if the CAN bus have not disturbance
But if i have to many disturbance for exemple if i make a short circuit bethen CANH and CANL when i remove the short circuit the CAN no restart to send data. I need stop and restart CAN
HAL_FDCAN_Stop(&hfdcan1);
HAL_FDCAN_Start(&hfdcan1);
After the disturbance, the return value of HAL_FDCAN_GetState() and HAL_FDCAN_GetError() remains unchanged.
How can I immediately know when there is a problem with CAN
