Background Following my previous post on inspecting backtrace message to see why the ESP32 crashed and reboot: Inspebacktrace / stack trace after ESP32 using espressif xtensa toolchain
Backgroundstephencowchau.medium.com It’s very ineffective to trace 1 memory address at a time, so I wrote a powershell script for doing so, script as follow: To run the script, get to the location where the firmware.elf exist, which for PlatformIO, it’s your default Project folder > Project Name > .pio > build > (your env name, likely the board name, e.g. “nodemcu-32s”)