This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

zstack2007中,看门狗和定时事件冲突问题。

TI 的工程师们:

                     请问我在程序中预编译了WDT_IN_PM1,在定时了一个1s的事件,每到1s后又开始定时1s的事件,这样循环下去:代码如下

                       if ( events & SERIALAPP_SEND_EVT )  

                        {   

                       osal_start_timerEx( SerialApp_TaskID,   SERIALAPP_SEND_EVT,   1000);    

                       return ( events ^ SERIALAPP_SEND_EVT );  

                       }

看门狗几分钟后就要让程序重启一次,这个怎么解决呢?