Having a logger display execution information on the terminal is pretty common for firmware developers. What’s less common is having an instant stack trace when the program crashes.
Nice article, in my use case, I need to save the crash dump to internal flash and retrieve it as required. Timestamps would be great, but my device has no idea of absolute time.This will help me a lot with my design.
I understand this post is old, but is this feature included in MemFault somehow? Can I retrieve a clean code view from the MemFault dashboard of where my code crashed? Just like Sentry does.