S32K144 CAN command lost

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

S32K144 CAN command lost

359 次查看
jingfang
Contributor IV

When the amount of CAN communication data is large,some CAN commands are lost becasue the commands can't be processed in time in S32K144. What are some ways to solve it?Are there any specific instructions?

0 项奖励
回复
1 回复

340 次查看
PetrS
NXP TechSupport
NXP TechSupport

Hi,

if CPU needs more time to serve MBs you can implement a so called reception queue as mentioned in Matching chapter of the RM

PetrS_0-1669752383571.png

Or enable and use RXFIFO which can hold up to 6 messages and also the DMA can be used to read messages out of RXFIFO. Note Rx FIFO must not be enabled when CAN FD feature is
enabled. 

BR, Petr

0 项奖励
回复