@nxp
Hello, I have a question for you
platform: s32k144 + s32ds-3.5 +s32k1-RTD_1.0.1
At present, I am using the can function of S32K144, using the official demo (loopback mode), the data reception is normal, and the reception interrupt can be entered.
When I changed to normal mode and followed the function interface in the routine, I found that it could not send and receive, the interrupt function could not enter, and the return value was different for different mailboxes. For example, if you use mailboxes below 10, you will return 2(busy) and 4(MB overflow), and if you use mailboxes above 10, you will always report 2(busy).
Thank you very much for your reply