Hi,
Please Help me as following, Thanks
(1) Our Environment
(2) Situation
(3) Question
Thanks.
Solved! Go to Solution.
Hi,
1) I posted modified code which is communicating with PCAN on https://community.nxp.com/t5/S32K/S32K344-CAN-can-t-send-Message/m-p/1801772/highlight/true#M31440
2) I see you have still FlexCAN 0 used in loopback mode and missing CAN pins in Port module
3) it would be possible to use IP and MCAL api together. For sure for given peripheral just one is used.
BR, Petr
Hi,
1) I posted modified code which is communicating with PCAN on https://community.nxp.com/t5/S32K/S32K344-CAN-can-t-send-Message/m-p/1801772/highlight/true#M31440
2) I see you have still FlexCAN 0 used in loopback mode and missing CAN pins in Port module
3) it would be possible to use IP and MCAL api together. For sure for given peripheral just one is used.
BR, Petr
thank you for your answer.
1. I am going to check it.
2. The problem was that the "Port" setting was not set. My FlexCAN works, thanks.
3. Does this mean that "Can_43_FLEXCAN" MCAL Module and "FLEXCAN" IP Module can be used together? or I can use "FLEXCAN" IP API After using "Can_43_FLEXCAN" MCAL Module?
Hi,
you can use both FLEXCAN MCAL and IP modules in you project, but for selected instance just single one must be used.
BR, Petr