S32K312 gets random numbers(RNG)

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

S32K312 gets random numbers(RNG)

ソリューションへジャンプ
1,315件の閲覧回数
WXM
Contributor II

I want to use S32K312 to get a random number at any time. It's better to do a demonstration. thank you

0 件の賞賛
返信
1 解決策
1,306件の閲覧回数
lukaszadrapa
NXP TechSupport
NXP TechSupport

Hi @WXM 

 

First, it is necessary to install HSE firmware. It is one-time operation.

You can download HSE FW and HSE demo app from S32K3 Standard Software package:

https://www.nxp.com/webapp/swlicensing/sso/downloadSoftware.sp?catid=SW32K3-STDSW-D

HSE FW – contains the HSE Firmware

HSE demo app – shows how install, update and use HSE firmware

 

Attached is very simple project – code is reused from HSE demo app.

Notice that it is necessary to keep the data cache disabled (this is the case of this example) or the descriptor which is being sent to HSE via Message Unit and also area for random number should be in non-cacheable region.

 

Regards,

Lukas

元の投稿で解決策を見る

3 返答(返信)
1,307件の閲覧回数
lukaszadrapa
NXP TechSupport
NXP TechSupport

Hi @WXM 

 

First, it is necessary to install HSE firmware. It is one-time operation.

You can download HSE FW and HSE demo app from S32K3 Standard Software package:

https://www.nxp.com/webapp/swlicensing/sso/downloadSoftware.sp?catid=SW32K3-STDSW-D

HSE FW – contains the HSE Firmware

HSE demo app – shows how install, update and use HSE firmware

 

Attached is very simple project – code is reused from HSE demo app.

Notice that it is necessary to keep the data cache disabled (this is the case of this example) or the descriptor which is being sent to HSE via Message Unit and also area for random number should be in non-cacheable region.

 

Regards,

Lukas

961件の閲覧回数
Cppppy
Contributor II

Hi @lukaszadrapa 

Do you have a random number generation demo for the S32K3XX that conforms to the autosar specification?

0 件の賞賛
返信
1,257件の閲覧回数
WXM
Contributor II
Dear lukaszadrapa:
This DEMO doesn't work. It's stuck in the "HSE_MU_IsResponseReady" function. What do I need to configure?

luck
0 件の賞賛
返信