I lose sporadic tx messages on the FlexCAN. There are two different impacts: I get a "STATUS_BUSY" from the FLEXCAN_DRV_Send() function. The message was not sent, so there is no interrupt (void FLEXCAN_IRQHandle
make two task, one receive can data and del ,the other transmit responsed can data , and i use FLEXCAN_DRV_InstallEventCallback to send a queue, and receive task will receive it. but i found that i cant make these tasks, even i use the same word with example, could any...