os fault when application wake up in s32k312

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

os fault when application wake up in s32k312

跳至解决方案
1,208 次查看
EddiePark
Contributor II

after setting Secure Boot, the FBL moves normally without issue when the power is turned off and then turned on.

But after Sleep in application, An OS fault occurs in fbl during wakeup using CAN.

It seems that reset happens and fbl starts after application change sleep status to wake-up status.

at this time, is secure- boot runs when application wake up?

Could you please let me know what is problem?

 

BRs.

Eddie Park

 

 

0 项奖励
回复
1 解答
1,161 次查看
lukaszadrapa
NXP TechSupport
NXP TechSupport

Hi @EddiePark 

if we are talking about normal exit form normal standby mode, the secure boot is executed. In case of from fast standby mode, the security functions are disabled, SBAF halts the HSE CPU. You can check following figures in the S32K3 RM:
Figure 136, page 1172
Figure 176, page 1653

If we are talking about ARM core sleep mode, the rest of the device is still running, there's no reason to run secure boot.

Regards,
Lukas

在原帖中查看解决方案

0 项奖励
回复
1 回复
1,162 次查看
lukaszadrapa
NXP TechSupport
NXP TechSupport

Hi @EddiePark 

if we are talking about normal exit form normal standby mode, the secure boot is executed. In case of from fast standby mode, the security functions are disabled, SBAF halts the HSE CPU. You can check following figures in the S32K3 RM:
Figure 136, page 1172
Figure 176, page 1653

If we are talking about ARM core sleep mode, the rest of the device is still running, there's no reason to run secure boot.

Regards,
Lukas

0 项奖励
回复