There is nothing initialization are invoked in S32DS

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

There is nothing initialization are invoked in S32DS

591 Views
dearwww2000
Contributor I

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.

0 Kudos
3 Replies

539 Views
dearwww2000
Contributor I

What do I need to pay attention to call the API manually?

0 Kudos

539 Views
jiri_kral
NXP Employee
NXP Employee

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 

0 Kudos

539 Views
dearwww2000
Contributor I

It is very nice of you! Thank you!

0 Kudos