I saw the demo in the MCAL plugins, but it's operation is based on Makefile. Unfortunately i don't konw how to use it. I konw it has instructions, but when i followed it step by step, i found that some tools such as compilers were missing, so i changed my way.
This is my way:
1.config by EB, and generate code;
2.creat a new project in the S32DS;
3.put the code generate by step 1 into the project;
4.put the source files of modules which used in the MCAL plugins into the project
5.write main.c
Dose anyone works in the way?