这些小活动你都参加了吗?快来围观一下吧!>>
电子产品世界 » 论坛首页 » 嵌入式开发 » MCU » TC397CPU看门狗二次复位后,一直处于复位状态不再重启是什么原因导致的?

共1条 1/1 1 跳转至

TC397CPU看门狗二次复位后,一直处于复位状态不再重启是什么原因导致的?

高工
2024-01-31 11:34:49     打赏

请问TC397 CPU看门狗二次复位后,一直处于复位状态,不再重启。这是什么原因导致的? /* !!WATCHDOG0 AND SAFETY WATCHDOG ARE DISABLED HERE!! * Enable the watchdogs and service them periodically if it is required */ // //IfxScuWdt_disableCpuWatchdog(IfxScuWdt_getCpuWatchdogPassword()); IfxScuWdt_disableSafetyWatchdog(IfxScuWdt_getSafetyWatchdogPassword()); IfxScuWdt_changeCpuWatchdogReload(IfxScuWdt_getCpuWatchdogPassword(), REL_VAL); IfxScuWdt_serviceCpuWatchdog(IfxScuWdt_getCpuWatchdogPassword()); /* Wait for CPU sync event */ IfxCpu_emitEvent( g_cpuSyncEvent); IfxCpu_waitEvent( g_cpuSyncEvent, 1);




关键词: TC397     看门狗     复位    

共1条 1/1 1 跳转至

回复

匿名不能发帖!请先 [ 登陆 注册 ]