Skip to content

Commit 34e9da3

Browse files
author
Amanda Butler
authored
Delete section from debug_fault_exception.md
Delete section linking to nonexistent content.
1 parent 7908e99 commit 34e9da3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

docs/tutorials/debug/debug_fault_exception.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,3 @@ Cortex-M3 and Cortex-M4 processors have write buffers, which are high-speed memo
8585
You can verify if you are encountering an imprecise fault by looking at the **BFSR.IMPRECISERR** (bit 2 of **BFSR**) status bit. To help debugging such situations, you can disable the write buffer by setting **DISDEFWBUF** bit in the Auxiliary Control Register (**ACTLR**), which makes those exceptions precise.
8686

8787
Please look at the **Technical Reference Manual** and **Arm Architecture Reference Manual** documents for more information on fault exception types and information on these registers. Note that disabling the write buffer affects performance, so you probably don't want to do that in production code.
88-
89-
### Crash dump analyzer script
90-
91-
Mbed OS provides a convenience script, named **crash_log_parser**, to help analyze crash data. Please look at the [documentation for crash_log_parser](/docs/v5.8/tools/debug/crash-log-parser-tool.html) for more information.

0 commit comments

Comments
 (0)