Hello
I am setting the mpc5744p code.
Through the NXP community, I downloaded the example code below and tried to debug it with S32DS.
However, This code did not build.
So I made this code a project called "Study" and build it.
Many errors occurred in the ghs file.(attached photo)
I do not know what caused this error.
I want to know how to get this code working
plz reply
Hi,
this example was created in GreenHills, so simple debugging in theS32DS is not possible and porting full project would be painful job.
I would recommend to create new project in S32DS and copy just a C-code from main.c manually.
In case of interrupt you should also update vector table properly as it is used in the S32DS.
BR, Petr