2021-12-21 06:37 AM
I'm working on STM32L552RE. To read i use HAL_FDCAN_GetRxFifoFillLevel, and HAL_FDCAN_GetRxMessage. To write i use HAL_FDCAN_AddMessageToTxFifoQ.There is a mutex to avoid conflict. I don't understand why i'm loosing message when i write.
Thanks for advance.