I want to know if there is any feasible method for the micro controller to handle divide by zero or any other exception encountered while doing mathematical calculations or solving complex algos.. I don't want my controller board to be reset after encountering this or I want to use watch dog timer in order to overcome this.
My C code routine for the micro controller is not capable of handling this real time problem while doing some complex calculations..What should I do.??????
Thanks,
Akshay