Hello everybody,
I'm creating a new S32DS application project and I'm having some issues with the base project.
Note that I have installed the correct Device pack and the 4.0.3 SDK beforehand.
First of all I create a new project and check that it compiles. Then I create a new board configuration with the code generator tool and configure the UART pins and peripheral. I click on Update Code button and generate the new code.
When I compile the new code it throws an error about missing header files (status.h)
I have checked other example projects and I have seen that they include a folder named "device" in <project_root>/SDK/platform/ that is not found in my project. I only have the "drivers" folder inside /platform/
Any idea why my project configurator is not adding these files to my project?
Thank you in advance!!