[Tinyos-help] software reset micaz

2013-03-20 Thread He Dajiang (I2R)
Hi all, I want to do software reset of micaz in my tinyos app when some condition occurs. I searched this list and find this post: http://mail.millennium.berkeley.edu/pipermail/tinyos-help/2006-November/021118.html, which shows the procedure to achieve my goal. -enable watchdog (check the WDT

Re: [Tinyos-help] software reset micaz

2013-03-21 Thread András Bíró
Hi, Check this out: https://github.com/tinyos/tinyos-main/blob/master/tos/platforms/ucmini/SerialResetP.nc The important part is from line 73 to 78. Btw, I'm planning to create a watchdog/reset module to /tos/chips/atm128 Andris On Thu, Mar 21, 2013 at 3:59 AM, He Dajiang (I2R) wrote: > Hi all