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.
1.PNG
2.PNG
I have changed the configuration in freemaster_cfg.h to use the can bus.
3.PNG
In the main function, I initialized the clock and can peripherals. And the FMSTR_Init(), FMSTR_Poll() functions were also added.
8.PNG
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.
4.PNG
5.PNG
Then I clicked the Plug-in Configuration.
6.PNG
I use GY8507 interface card from GLINKER. It seems the driver is ok. When I clicked the Test Connection, an error occured.
7.PNG
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.
9.PNG