Hi,
I am trying to implement CAN communication using the AUTOSAR MCAL layer on the S32K144 MCU. I am able to transmit data successfully, but I am not able to receive any data.
I am using the polling method (not interrupts), and currently calling the following API periodically:
Is this API sufficient for receiving CAN messages in polling mode?
Do I need to use any other API along with it to receive messages properly?
Could you please share an example or reference code to implement CAN reception using AUTOSAR MCAL (polling mode) on S32K144?