FlexCAN Rx non-blocking function for K70

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

FlexCAN Rx non-blocking function for K70

743 次查看
vasanthakumarra
Contributor II

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.

0 项奖励
回复
2 回复数

538 次查看
danielchen
NXP TechSupport
NXP TechSupport

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

0 项奖励
回复

538 次查看
vasanthakumarra
Contributor II

Hi Daniel,

Thanks for the info and sorry for late reply.

Will try to implement.

With Regards,

Vasanth.

0 项奖励
回复