HSE_B module dual core

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

HSE_B module dual core

ソリューションへジャンプ
1,737件の閲覧回数
ale_di_vi
Contributor I

Hello, my company is working on a project having MWCT2D1xS uC family with HSE_B module embedded (the same as the ones in S32K3xx uC family). 

Since it is a Dual Core architecture, I'm wondering if the HSE_B module is able to handle concurrent request from two application running such that requests are not lost, do not collide, etc.

May you confirm the HSE_B module can manage this?

0 件の賞賛
返信
1 解決策
1,729件の閲覧回数
bryan_brauchler
NXP Employee
NXP Employee

Yes HSE_B is capable. Communication with the HSE happens over MU_0 and MU_1, both of which have 4 channels that can be used for service requests.

Typically, you may assign each MU exclusively to a core. HSE will queue jobs from both MUs.

Shorter jobs will take priority and preempt longer jobs, but longer jobs (for example, asymmetric operations) will be given a guaranteed execution time as to not be starved completely.

 

 

元の投稿で解決策を見る

0 件の賞賛
返信
3 返答(返信)
1,730件の閲覧回数
bryan_brauchler
NXP Employee
NXP Employee

Yes HSE_B is capable. Communication with the HSE happens over MU_0 and MU_1, both of which have 4 channels that can be used for service requests.

Typically, you may assign each MU exclusively to a core. HSE will queue jobs from both MUs.

Shorter jobs will take priority and preempt longer jobs, but longer jobs (for example, asymmetric operations) will be given a guaranteed execution time as to not be starved completely.

 

 

0 件の賞賛
返信
1,698件の閲覧回数
ale_di_vi
Contributor I
Ok, clear.
Do you know where I can find additional information from the HSE_B / S32K3xx Reference Manual ?
0 件の賞賛
返信
1,694件の閲覧回数
VaneB
NXP TechSupport
NXP TechSupport

Hi @ale_di_vi 

All the information related to the HSE-B is under NDA (Non-Disclosure Agreement) the information is not public, and we cannot share it due to the security levels when working with an automotive part such as this.

You can access the available information through S32K3 Microcontrollers for Automotive General Purpose > Secure Files > Documentation -> Secure Files -> HSE-B Firmware Reference Manual - V2.3 and others. If you have never accessed the secure files refer to this file: How to request the safety documentation Support Information

 

B.R.

VaneB

0 件の賞賛
返信