Expand description

Debug Assistant

Overview

The Assist Debug driver provides functionality for debugging and monitoring features on ESP chips. It includes capabilities such as monitoring stack pointer (SP), monitoring memory regions, and handling interrupts related to debugging.

Debug Assistant is an auxiliary module that features a set of functions to help locate bugs and issues during software debugging.

While all the targets support PC logging it’s API is not exposed here. Instead the ROM bootloader will always enable it and print the last seen PC (e.g. Saved PC:0x42002ff2). Make sure the reset was triggered by a TIMG watchdog. Not an RTC or SWD watchdog.

⚠️ Bus write access logging is not available via this API. ⚠️

Structs