Skip to content

Commit ddf7122

Browse files
author
Amanda Butler
authored
Edit changes to debug_fault_exception.md
Edit changes for formatting and phrasing.
1 parent a98d02d commit ddf7122

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/tutorials/debug/debug_fault_exception.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@ Please look at the **Technical Reference Manual** and **Arm Architecture Referen
1515

1616
For example, Cortex-M0/M0+ processors (or any ARMv6M processors) do not have MemManage, BusFault and UsageFault exceptions implemented. In those cases, all exceptions are reported as HardFault exception. For ARMv7M processors, MemManage, BusFault and UsageFault exceptions trigger only if they are enabled in System Handler Control and State Register (**SHCSR**).
1717

18-
Below is an example of the crash dump (with a description of registers) that the Mbed OS fault exception handler generates. Note that the system also invokes Mbed-OS error handler when an exception happens, and prints out the error info as well.
19-
See [Error](https://os.mbed.com/docs/latest/apis/error-handling.html) documentation for more info on error info.
18+
Below is an example of the crash dump (with a description of registers) that the Mbed OS fault exception handler generates. Note that the system also invokes the Mbed OS error handler when an exception happens and prints out the error information, as well.
19+
20+
Please see the [Error API reference](https://os.mbed.com/docs/latest/apis/error-handling.html) for more about error information.
2021

2122
```
2223
++ MbedOS Fault Handler ++

0 commit comments

Comments
 (0)