|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
First-mismatch diagnostic captured by sdram_demo_read_check. More...
Data Fields | |
| uint32_t | count |
| Total mismatched words in the pass. | |
| uint32_t | first_idx |
| Word index of the first mismatch. | |
| uint32_t | expected |
| Value that should have been read back. | |
| uint32_t | got |
| Value actually read back at first_idx. | |
First-mismatch diagnostic captured by sdram_demo_read_check.
Populated only when a read-back pass finds at least one corrupt word, so a HIL operator can see the corruption signature (aliasing, stuck bits, row-boundary) without a debugger.
| uint32_t sdram_demo_diag_t::count |
Total mismatched words in the pass.
Definition at line 78 of file main.c.
Referenced by sdram_demo_format_fail(), and sdram_demo_read_check().
| uint32_t sdram_demo_diag_t::expected |
Value that should have been read back.
Definition at line 80 of file main.c.
Referenced by sdram_demo_format_fail(), and sdram_demo_read_check().
| uint32_t sdram_demo_diag_t::first_idx |
Word index of the first mismatch.
Definition at line 79 of file main.c.
Referenced by sdram_demo_format_fail(), and sdram_demo_read_check().
| uint32_t sdram_demo_diag_t::got |
Value actually read back at first_idx.
Definition at line 81 of file main.c.
Referenced by sdram_demo_format_fail(), and sdram_demo_read_check().