That is what I did and all other possible combinations, but nothing worked. I though it may be resultant because my Low voltage reset chip (external to the microcontroller) was causing it and spend some time de-soldering and re-soldering my boards too without any luck.
But, I got a spot on answer from MICHAEL (Freescale technical support) and here is his solution:
"If You are writing in "C" in Codewarrior, go to linker parameter file *.prm for your target device.
Find the line: "VECTOR 0 _Startup" and write two additional lines below that:
VECTOR 1 _Startup /* Clock Monitor fail reset */
VECTOR 2 _Startup /* COP failure reset*/"
Solved all the issues and now when my COP runs out or my clock is shorted, it immedietely resets the controller.
Thanks to everyone who helped....
~Sujith
Message Edited by pIx on 2006-12-0108:28 PM