S32K144 CAN command lost

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

S32K144 CAN command lost

845件の閲覧回数
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 返信

826件の閲覧回数
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 件の賞賛
返信