Hello NXP Community,
We are developing a project with S32K3xx MCUs using S32 Design Studio. Our workflow uses RTD to configure clocks and peripherals, which generates a large amount of auto-generated code. Our project has ~400 files, and we want to avoid committing these generated files.
Goal:
Automate RTD code generation from .mex and clock files via command line in Linux, instead of manually using the IDE. We also want to integrate this into our existing Makefile.
Request:
Any guidance or examples for:
* Running Auto generation of code from command line
* Integrating it with Makefile
* Best practices for managing auto-generated code
Thanks!
S32K3