Back to all

data-integrity

by Amin Alam

50Feb 7, 2026Visit Source
ECC status handling: ```c // REQ-DINT-ECC-02; TEST-DINT-05 if (ecc_corrected) log_event("ECC_CORRECTED"); if (ecc_uncorrectable) { enter_safe_state(); } ```