Hi,
I want to run crypto driver (S32G_RTD_3.0.2_HF01) on M7 core, using HSE message unit MU_2 & MU_3 as interface. I have tried RTD crypto driver example, every thing works fine with the default configuration. But when I changed MU Instance configuration from MU_0 to MU_2, as shown in below graph, every service just won't get any response and stuck at Hse_Ip_ServiceRequest(), where Mu_Ip_IsResponseReady() always returns FALSE.
Can you give me some advice please? My board is S32G274A-VNP-RDB2, with HSE_FW version 1.0.5.
解決済! 解決策の投稿を見る。
Hi,
Are you doing any additional modifications to the example? We are able to run the example with MU_2 no problem, just by changing the "MU instance" value:
We are using HSE_FW 1.0.9, since 1.0.5 does not support the new silicon revision, but we are seeing inside the DEMOAPP of v1.0.5 that all MU instances should be enabled:
Please, let us know.
Hi,
Are you doing any additional modifications to the example? We are able to run the example with MU_2 no problem, just by changing the "MU instance" value:
We are using HSE_FW 1.0.9, since 1.0.5 does not support the new silicon revision, but we are seeing inside the DEMOAPP of v1.0.5 that all MU instances should be enabled:
Please, let us know.
Hi,
Looks like I just installed HSE_FW but skipped the HSE configuration part, so the other MUs was not activated. Thank you for the information.