1989701_en-US

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

1989701_en-US

1989701_en-US

S32K311 HSE_SEND not response

Frist I install FW by use the FW isntall demo ,add after install I can check the FW version , this Certificate that FW install sucess. 

after that I creat a freertos new project then merge the S32K344 AES EncryptDecrypt exsample ,but when I test read FW vesion it's block at MU receive pending. 


the bellow attachments is my FW install exsample the freertos  exsample, check check it

Re: S32K311 HSE_SEND not response

Hi  lukaszadrapa,

   thanks a lot for you help ,after I change to non-cacheable RAM than the problem solved



Re: S32K311 HSE_SEND not response

I found the reason. I can see now that you use DTCM memory for your data including HSE descriptor and gHseFwVersion. But HSE cannot see DTCM at 0x2000_0000 - 0x2000_FFFF. This address range is visible only for core. Other bus masters must use Backdoor address:

lukaszadrapa_0-1731401207295.png

So, either force all data objects used for communication with HSE to normal non-cacheable RAM or use Backdoor addresses. The first option makes more sense. 

Regards,

Lukas


Re: S32K311 HSE_SEND not response

Hi lukaszadrapa,

  thansk for you reply, the bellow picture show those register ,and FW isntall state.

by the way I don't know whether in  startup_cm7.s the XRDC_CONFIG_ADDR and LF_CONFIG_ADDR all config to 0 will impact 

Re: S32K311 HSE_SEND not response

Hi @niugh0928 

What is the state of HSE GPR register (at 0x4039_C028) and FSR and GSR registers in MU at that moment?

Regards,

Lukas

タグ(1)
評価なし
バージョン履歴
最終更新日:
‎11-21-2025 03:19 PM
更新者: