Processor Expert Initialization Sequence

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

Processor Expert Initialization Sequence

ソリューションへジャンプ
1,743件の閲覧回数
lucabarbiero
Contributor IV

Working with S32 SDK for Power Architecture, I define ordered initialization sequences for ProcessorExpert components, like this:

lucabarbiero_0-1610092302978.png

 

However, I don't see any effect on the generated code. I would expect an initialization function to be generated, which contains ordered function calls to the init function of my PE components. After searching around in the web about this feature, I noticed that people talk about a PE_low_level_init() routine. But I don't have it. 

Am I missing something or is this feature just not available for real in S32 SDK for Power Architecture?

ラベル(1)
0 件の賞賛
返信
1 解決策
1,709件の閲覧回数
PetrS
NXP TechSupport
NXP TechSupport

Hi,

 

seems this is really not functional for Power Architecture. 
There is no function generated by PE which summarizes peripherals init or similar.
User need to place Init functions in code by own.

 

BR, Petr 

元の投稿で解決策を見る

0 件の賞賛
返信
2 返答(返信)
1,707件の閲覧回数
lucabarbiero
Contributor IV

Hello, thank you for the confirmation. This confirms what I had concluded as well.

0 件の賞賛
返信
1,710件の閲覧回数
PetrS
NXP TechSupport
NXP TechSupport

Hi,

 

seems this is really not functional for Power Architecture. 
There is no function generated by PE which summarizes peripherals init or similar.
User need to place Init functions in code by own.

 

BR, Petr 

0 件の賞賛
返信