Hi,
I am developing a wireless network using a set of eZ430 boards. The code has grown quite a bit.
For some reason the program periodically restarts (at the top of main) after a certain point in the code. I have disabled the watchdog time using this: WDTCTL = WDTPW + WDTHOLD;
Its kind of hard to debug and find the point where the program restarts since the timers are used to continuously set off interupts. Is there a particular strategy I should take to debug in order to stop the program from restarting? What are some causes of such behavior?
thx