.getexceptioninfo Method

Function:

Checks the CPU registers prior to the last crash.

Syntax:

sys.getexceptioninfo(byref hfsr as dword, byref cfsr as dword, byref lr as dword, byref pc as dword, byref current_lr as dword)

Returns:

---

See Also:

---


Part

Description

hfsr

Hard fault status register

cfsr

Configurable fault status registers

lr

Link register

pc

Program counter

current_lr

Current link register


Details

This method should only be used under the guidance of Tibbo support as part of advanced diagnostic procedures.


.getexceptioninfo Method

Details