There is nothing initialization are invoked in S32DS

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

There is nothing initialization are invoked in S32DS

668 次查看
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.

标记 (3)
0 项奖励
3 回复数

616 次查看
dearwww2000
Contributor I

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

0 项奖励

616 次查看
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 项奖励

616 次查看
dearwww2000
Contributor I

It is very nice of you! Thank you!

0 项奖励