Hi, NXP forum,
1. I am trying to use the CAN MCAL in the configuration tool to meet AutoSar requirements. But I couldn't find the CAN Rx Notification Callback like the FlexCan driver.
I only found one API - void Can_43_FLEXCAN_MainFunction_Read(void), which can only receive the CAN message in polling.
May I know what the alternative is for CAN Rx Callback in MCAL?


2. I noticed to use Can_43_FLEXCAN_MainFunction_Read(), I need to configure the RxFifo. However, for CAN2, only legacy FIFO is available, and the HW Filter code must be multiple of 8. But the CAN ID I am trying to read is 0x784. Is the enhanced FIFO only available on CAN0?

Thanks ahead for any help.
Connor