S32K144 CAN command lost

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

S32K144 CAN command lost

274 Views
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 Kudos
1 Reply

255 Views
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 Kudos