There is nothing initialization are invoked in S32DS

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

There is nothing initialization are invoked in S32DS

680件の閲覧回数
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 返答(返信)

628件の閲覧回数
dearwww2000
Contributor I

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

0 件の賞賛
返信

628件の閲覧回数
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 件の賞賛
返信

628件の閲覧回数
dearwww2000
Contributor I

It is very nice of you! Thank you!

0 件の賞賛
返信