Expand description

Debug Assistant

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.

Not all targets support all the features.

Bus write access logging is not available via this API.

Structs