- Why lockstep implementation is important in automotive?
- What is single core lockstep?
- What is fail-safe operation and advantage of fail-safe over watchdog.
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi Zakir,
Why lockstep implementation is important in automotive?
Using the controller TMS570LS0432 we can build our system up to the ASIL D, which is the highest safety integration level in automative. To achieve this ASIL D, it is mandatory to have a checker CPU along with application CPU.
Both the CPU will operate in lockstep mode, that means we cannot separate them and both cores will execute the same code. And there will be a peripheral called CCM (Core Compare Module) which will compare the output signals and if it found any difference then it will generate an error.
For more details refer below thread:
What is single core lockstep?
As far as i know, there won't be any concept called single core lockstep. Lockstep will only be applicable for dual cores only.
What is fail-safe operation and advantage of fail-safe over watchdog.
Watchdog may be helpful in certain situations, but watchdog can only be helpful to build a failsafe system right. There are so many other important concepts should need to build a failsafe system. One will be lockstep feature; this will allow us to find out the failures in the core.
--
Thanks & regards,
Jagadish.