Processor Expert Initialization Sequence

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

Processor Expert Initialization Sequence

Jump to solution
1,008 Views
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?

Labels (1)
0 Kudos
1 Solution
974 Views
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 

View solution in original post

0 Kudos
2 Replies
972 Views
lucabarbiero
Contributor IV

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

0 Kudos
975 Views
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 Kudos