I would like to know if it is possible to create a project with S32DS IDE with the libraries (drivers like the clock or the pins...) without using Processor expert ?
well - technically - yes. Processor expert is generating code - for example fills config structures and so on. You can use only libraries/headers from SDK and write all the generated stuff by yourself. What is your use case for bypassing Processor Expert?
I see. In my opinion is better idea start with LPSPI_s32k144 example (in case that your MCU is S32K144). This example is not using SDK (and processor expert) and you can learn how SPI works.
Hi,
well - technically - yes. Processor expert is generating code - for example fills config structures and so on. You can use only libraries/headers from SDK and write all the generated stuff by yourself. What is your use case for bypassing Processor Expert?
Jiri