Struct SYN_CoreDump¶
Persistent core dump — written to flash on fault. More...
#include <syn_coredump.h>
Public Attributes¶
| Type | Name |
|---|---|
| uint32_t | crc |
| uint32_t | magic |
| SYN_FaultContext | regs |
| uint8_t | stack |
| uint32_t | stack_bytes |
| uint32_t | uptime_ms |
Detailed Description¶
Total size: ~180 bytes with 128-byte stack capture.
Public Attributes Documentation¶
variable crc¶
CRC-32 over preceding fields
variable magic¶
SYN_COREDUMP_MAGIC when valid
variable regs¶
CPU register snapshot
variable stack¶
Partial stack snapshot
variable stack_bytes¶
Actual stack bytes captured
variable uptime_ms¶
System uptime at fault
The documentation for this class was generated from the following file src/syntropic/system/syn_coredump.h