??? 05/29/08 05:02 Read: times |
#155244 - hardware description is needed Responding to: ???'s previous message |
As mensioned in my previous post(also many other posts are indicating), you need to find out reasons for failures.
For that hardware description is needed. Sensor, signal conditioning circuit, heater controling electronics anything can fail. Can your MCU understand if any of above is failed.(In such kind of failure any standby controller (if used) will also be unable to take control action.) As far as possible try to rectify the firmware related problems. Look for any possible loops / value of variable that leads to the hangups.(This is more correct approch than to go for standby controller) As far as WDT is concern it is possible to reset & still have few of the status information intact. (For more details read WDT related topic in the datasheet of your MCU) Regards, Mahesh |