Run "S32 Design Studio for ARM Version 2018.R1", create a project, select latest SDK. add components. generate code, compile. but there is no initialization function are invoked. the components can't run without initialization.
Where is the guide for the initialization ?
Only refer to example project?
special "CLOCK_SYS_Init()" invoke.
What do I need to pay attention to call the API manually?
Hi,
Basically - Processor Expert generates config structures based on parameters entered in. You can use these structures in peripheral init functions.
Best starting point for working with SDK is bunch of examples and SDK documentation - with default install located in c:\NXP\S32DS_ARM_v2018.R1\S32DS\S32SDK_S32K1xx_RTM_3.0.0\doc\ folder.
Hope it helps.
Jiri
It is very nice of you! Thank you!