HAL_FDCAN_GetTxFifoFreeLevel always returns 0
On the M4 core of a stm32mp157 I am using FIFO based FDCan communication.Messages are sent and received just fine but I think when I send too many messages in a short time some messages are getting lost.So I added a call to HAL_FDCAN_GetTxFifoFreeLev...