From bc774b29410fc24d5dd7687156ee9af8ee77080e Mon Sep 17 00:00:00 2001 From: Mark Thompson <129641948+NotherNgineer@users.noreply.github.com> Date: Tue, 24 Oct 2023 20:14:15 -0500 Subject: [PATCH] Updated Interpret Guru meditation crashes (markdown) --- Interpret-Guru-meditation-crashes.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Interpret-Guru-meditation-crashes.md b/Interpret-Guru-meditation-crashes.md index aef2488..a3a8921 100644 --- a/Interpret-Guru-meditation-crashes.md +++ b/Interpret-Guru-meditation-crashes.md @@ -54,6 +54,9 @@ int luaD_protectedparser (lua_State *L, ZIO *z, const char *name) { d446: 6883 ldr r3, [r0, #8] [...] ``` +## M0 Stack Dump + +After a crash, pressing the DFU button will display the M0 core's stack contents, which can be paged up & down. All stack words are shown beginning with the first stack word that has been used since powering up the PortaPack (which may not correspond with the current stack pointer). If the LR value is known, stack words containing the value matching the LR where the fault occurred will be highlighted in yellow. Stack words containing values that might possibly be addresses in the code region are highlighted in white. ## More useful Information