What is the thought of putting two processors in parallel sharing all but one pin. And only one is active at a time depending on the state of the one pin at reset?
I have a system that needs to run for years. But is in a place where it cannot be maintained.
The desire is to have two processors, one running, and one in backup. The second can be powered down, or powered up, but in lowest power sleep mode. If a processor failure is detected, the processors are reset, and based on the state of one pin (or some NV Memory) the other processor starts running, and the one that failed is in the power down state or low power state.
I am searching for ideas. It has to be very low power and the simpler the better.
How would you do this?
The one that is active runs normally. The one that is sleeping has all pins in an input state. I do not know if that works with power off, so we could go with power on, set the pins to inputs, then go to lowest power state.