s32k312 Software reset time

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

s32k312 Software reset time

184 次查看
sensen_1
Contributor I

HI

Using the watchdog/power management module of s32k312 for reset, but the reset time is too long, taking 4ms, and cannot respond to the upper computer information refreshed by UDS boot in a timely manner, resulting in the final error. Is there any way to speed up the reset time?

0 项奖励
回复
2 回复数

152 次查看
Julián_AragónM
NXP TechSupport
NXP TechSupport

Hi @sensen_1,

How are you triggering the reset? Using Power_Ip_PerformReset() API, I can see the RESET_b line toggling every 2.7ms, which matches with the Data Sheet's value for boot time with no HSE FW installed:

Snag_10c53a6.png

Of course, full startup and peripheral initialization also add to the boot time.

If you have HSE firmware installed, S32K3 adds SBAF and Firmware initialization upon booting. This is described in 6.1.3 Boot time, HSE firmware installed.

Best regards,
Julián

0 项奖励
回复

143 次查看
sensen_1
Contributor I
HI,JULIAN:
I tried using the following two functions to perform a reset operation in the boot code. After the final reset, it takes about 4.5ms to jump to the app program. Can installing HSE firmware solve this problem?
Power_Ip_MC_ME_SocTriggerResetEvent(POWER_IP_FUNC_RESET_MODE);
Swt_Ip_SetTimeout(0,3,0);
0 项奖励
回复