Hello, iulianstan
Thank you for your reply.
The driver is already enabled and I have issues configuring it.
I use S32DS for ARM 2.2 and S32K144_SDK 3.0.0.
Let me describe the issue in detail.
I have created a new project and configure the can_pal.


I have changed the configuration in freemaster_cfg.h to use the can bus.

In the main function, I initialized the clock and can peripherals. And the FMSTR_Init(), FMSTR_Poll() functions were also added.

Then I compiled the program and flashed it.
A freemaster project has been created to test the demo. I choose to connect the board over can bus.


Then I clicked the Plug-in Configuration.

I use GY8507 interface card from GLINKER. It seems the driver is ok. When I clicked the Test Connection, an error occured.

I think I should have missed some configuration in the code. Please see the project in the attachment.
By the way, I have tested the model in the MBDT named "CAN_With_FreeMASTER_over_CAN", it works.
