Processor Expert Initialization Sequence

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

Processor Expert Initialization Sequence

跳至解决方案
1,088 次查看
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,054 次查看
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,052 次查看
lucabarbiero
Contributor IV

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

0 项奖励
1,055 次查看
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 项奖励