s32k344 使用s32ds, rtd3.0.0 软件重启9次后不响应

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

s32k344 使用s32ds, rtd3.0.0 软件重启9次后不响应

369 Views
harryoceana
Contributor II

使用Power_Ip_PerformReset(&Power_Ip_HwIPsConfigPB);重启9次后,mcu不运行

已经关闭重启次数的限制,将Func_Threshold_Reset置0,应该怎么操作才能无限重启?

static const Power_Ip_MC_RGM_ConfigType Power_Ip_MC_RGM_ConfigPB =
{
#if (POWER_IP_PERFORM_RESET_API == STD_ON)
/* MC_ResetType: Functional vs Destructive. */
(MCU_FUNC_RESET),
#endif /* (POWER_IP_PERFORM_RESET_API == STD_ON) */
 
#if (defined(POWER_IP_FUNCTIONAL_RESET_DISABLE_SUPPORT) && (POWER_IP_FUNCTIONAL_RESET_DISABLE_SUPPORT == STD_ON))
/* Func_ResetOpt: FERD Register Configuration. */
(
0U
),
#endif /* POWER_IP_FUNCTIONAL_RESET_DISABLE_SUPPORT */
 
/* Func_Threshold_Reset: RGM_FRET Register Configuration. */
MC_RGM_FRET_FRET((uint32)0U),
 
/* Dest_Threshold_Reset: RGM_DRET Register Configuration. */
MC_RGM_DRET_DRET((uint32)0U)
};

 

0 Kudos
Reply
1 Reply

362 Views
Robin_Shen
NXP TechSupport
NXP TechSupport

Hi 

Please refer to the discussion in S32K324采用SWT作为Wdog方式8次超时复位后wdog失效


Best Regards,
Robin
-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "ACCEPT AS SOLUTION" button. Thank you!

- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------

0 Kudos
Reply