S32K312 HSE send not response

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

S32K312 HSE send not response

1,259 Views
Harryeta
Contributor I

Hi team,

I am using S32K312 with HSE_FW_S32K3XX_0_2_6_0. I can run HSE demo app and all crypto services were done successfully.

The problem is, when i use my own code to run HSE service, HSE_Send function stuck at 

HSE_MU_ReceiveResponseBlocking and when run into, i saw it is stuck at HSE_MU_IsResponseReady(u8MuInstance, u8Channel).
 
Can you suggest me some of reason of this problem.
 
Thank you so much.
Tags (3)
0 Kudos
Reply
4 Replies

889 Views
GuanzhongWu
Contributor I

遇到一样的问题,请问怎么解决的

0 Kudos
Reply

1,233 Views
petervlna
NXP TechSupport
NXP TechSupport

Hello,

Please rise the ticket at NXP.com

https://community.nxp.com/t5/HomeTest-Knowledge-Base/How-to-submit-a-new-question-for-NXP-Support/ta...

Security sensitive questions are not discussed on public community.

Please refer to HSE_B Firmware Reference Manual chapter 3.5.1.8 Reference HSE MU driver.

Best regards,

Peter

0 Kudos
Reply

1,158 Views
MengWang1
Contributor I
Hi,petervlna
I had a similar problem. How was this problem solved?
0 Kudos
Reply

852 Views
ovidiubriscan
Contributor IV
You can check where is the Hse_SrvDescriptor from RTD Crypto driver located (shall be in a location where HSE has access, not in DTCM and not in SRAM cached). What i have seen is when descriptor is in DTCM HSE does not respond, when descriptor is in SRAM with cache enabled HSE has aleatory behavior (responding "service not supported", "service not allowed" etc). Solution is to have data either in "backdoor DTCM" or in "non cached SRAM".
0 Kudos
Reply