Hello all,
I have the s32k116 dev board. I want to read some CAN data and send some CAN data.
I configured the PINS, the CAN, everything, no data is outputed....
I have tried with the default applications also, same behaviour.
Also, strange thing, I am using canoe, and if I change the pins arround som map HIGH to LOW and vice versa, canoe does not raise and error, using a different board when I do that I see error frames. Make me think the PINs are open.
This is my config:
In according with the table from point 1.3 from here: https://www.nxp.com/document/guide/getting-started-with-the-s32k116evb2q048-evaluation-board:GS-S32K...
is the tranceiver not initialized at all? how can I initialize it? there is no data about it.
Br, Ahelion
Solved! Go to Solution.
Hi @Ahelion,
Which example have you tested? Either can_pal or flexcan_encrypted both work correctly when using another board:
Are you configuring correctly CANoe analyzer for bitrate and sample point? Refer to this post: Re: CAN FD NACK Error S32k144 - NXP Community
For example, can_pal_s32k116 has these configurations:
Best regards,
Julián
Hi @Ahelion,
CAN initialization is done with the CAN_Init() function:
Please keep in mind that for this example to work, you need to power on the board with external supply 12V (J16). J107 needs to be 1-2 for the 12V power supply.
Best regards,
Julián.