Hi TI experts,
We intend to use the TI MCU TMS570LC4357 for SIL3 certificate in our railway application. We have checked the datasheet for TMS570LC4357, it is noted that there are two MCUs working inside TMS570. The R5F is the main MCU while the R4F is the backup MCU. How is the dual-core MCU working?
I want to know if the main MCU R4F failed, what will happen? Is our software will crash or software will continue run as normal?
Here are 2 scenarios I can think of after reading the datasheet:
Scenario 1: R5F failed, R4F will immediately take over and continues running software, meanwhile an error flag will be raised
Scenario 2: R5F failed, R4F will immediately STOP running software, meanwhile an error flag will be raised
If the scenario 1 is the actual case, what do we need to do at application layer to always ensure the backup MCU R4F can take over if there is any failure in R5F? Or it is triggered by default and transparent to application layer software?
Please Advice and answer.