??? 07/13/06 10:22 Modified: 07/13/06 10:24 Read: times |
#120166 - There is no one such thing! Responding to: ???'s previous message |
Harshada D Nehete said:
my project involves a fault called processor fault. how do we detect this fault. You can't detect it until you've defined precisely what it is! There are many, many faults that could possibly affect a processor - what exactly are you trying to do?? In many cases, if the processor has a fault, it will no longer be able to function meaningfully as a processor! what will be the state of the processor if it hangs or stops at a particular point. Err... it will be hung or stopped! Again, what exactly are you trying to get at here? "Hanging" is more usually a software bug rather than a fault in the processor hardware. It tends to occur when the software is waiting for something to happen, but it never does, or the software misses it. Well-designed software avoids this possibility by having timeout and re-try limits to prevent infinite waits. what will be the state of port pins if the processor hangs or stops. Again, that depends entirely on what the processor is doing when it "hangs" or "stops" - and possibly also on what it was doing beforehand! Your question is like saying, "what is the state of my car when it has broken down" - it is impossible to answer without knowing the nature of the breakdown! |