I am facing a problem. I have two devices.(one device sending pkt at 200 hz and other at 50 hz) . If I trun on only one device it works fine but if i turn on both together then one(50Hz) get hanged up and stop sending data. Now I want to use watchdog timer to reset that device automatically but I do not have any good idea how can I did that…please guide me how can I use watchdog timer to get rid of this problem or any other solution.
Sorry, I do not understand the situation you described. You said you have two devices. Do you mean you are using two MSP430 chips? If so, are they interacting with each other?
I think it is better to fix a bug than to hide the bug. Using the watchdog to reset is usually used as a safety net to catch unexpected bugs. It is not good to use it to hide known bugs. It does not fix the bug.