HSE_B module dual core

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

HSE_B module dual core

跳至解决方案
1,732 次查看
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,724 次查看
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,725 次查看
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,693 次查看
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,689 次查看
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 项奖励
回复