I have configured and ran a example code for receiving CAN data through DMA it does not generating any receiving complete interrupt.
Hi,
yes, can be aplicable.
BR, Petr
MPC57xx: Configuring and
Using the eDMA Controller
Is this application notes totally applicable for S32K322 also?
Hi @PetrS what is the difference b/w these both functions
FlexCAN_Ip_RxFifo(INST_FLEXCAN_0,&recvBuff2);
FlexCAN_Ip_Receive(INST_FLEXCAN_0, RX_MB_IDX, &rxData, false);
and when I was reading the k3 reference manual it was not that much clear to me, Can you provide any simple document for understand the CAN DMA , message buffer usage, CAN ID filtering, CAN Interrupts, etc.
Hi @PetrS what is the difference b/w these both functions
FlexCAN_Ip_RxFifo(INST_FLEXCAN_0,&recvBuff2);
FlexCAN_Ip_Receive(INST_FLEXCAN_0, RX_MB_IDX, &rxData, false);
Hi,
yes it is. If you have some issue please share your simplified project, or refer to posted demos, e.g.
https://community.nxp.com/t5/S32K-Knowledge-Base/Example-S32K312-CAN-Transmit-amp-Receive-Using-MB-a...
BR, Petr