??? 05/30/08 05:58 Read: times |
#155276 - Is this feasible Responding to: ???'s previous message |
Hi;
My dirty mind was wanderning in all directions to have a system like this. I planned to use the concept of shared memory between 2 processors. In that I will be updating a flag for fixed duration of time or after each execution. My second controller will be checking the status of that flag in same duration of time. If the 1st processor fails, this flag needs to be updated, which will be read by the 2nd one.In the shared memory both will be accessing the same values of some registers. So the 2nd can take these values and continue. Is it feasible? thanks for all your response. |