Hi,
I am using K70 board with MQX RTOS and trying to test FlexCAN. Example code is working fine.
Is there any driver function to check the FlexCAN receive buffer and get back the ID without blocking?
FLEXCAN_Rx_message function used in the example code is blocking when there is no CAN msg in the network.
My requirement is to have a timer and in the interrupt function check the buffer for any data and set flags based on the msg ID received or just exit the interrupt function without blocking.
With Regards,
Vasanth.
Hi Vasanthakumar:
Unfortunately current MQX flexcan driver not support the timeout feature as you mentioned. I would suggest you implement it by yourself.
Regards
Daniel
Hi Daniel,
Thanks for the info and sorry for late reply.
Will try to implement.
With Regards,
Vasanth.