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.

TMS570LS3137: What to do Error Trapping (including Peripheral Slave Error Trapping) - L2/L3 Interconnect ?

Part Number: TMS570LS3137

Hello everyone.

I'm reading SafetyManual(SPNU511D).I have a question.

"INC1 : Error Trapping (including Peripheral Slave Error Trapping) - L2/L3 Interconnect".

This safety mechanism is what should I do?

Do I need source code to monitor error occurrence?

Best Regards

  • Hello Arriy,

    This type of error will normally result in a device exception - data abort or prefetch abort dependent on the type of access that triggered the abort. As far as how this is handled in the abort handlers, it is up to the application but it is also dependent on the source of the abort. Many times, the only way this can be determined is through inspection of the CPU registers and it isn't possible on the device level. The only recourse may be to put the device into a safe state or perform a reset to start fresh. Before taking the drastic rout of a reset, it may be beneficial to perform the software test of function on the logic to insure there wasn't a fault in the detection logic as well.
  • Hello Arriy,

    If the post above answered your question, please use verify to indicate this so that the thread can be closed.