Feature #448
hwdata: dump whole eeprom to bin files
Beginn:
28.11.2023
Abgabedatum:
% erledigt:
0%
Geschätzter Aufwand:
CS Zielversion:
Beschreibung
the readout can be implemented in gdb script.
set var $buf=(char *)malloc(0x80)
call (pCanIO->m_flashI2cHw.readData(0, $buf, 0x80))
x/80xb $buf
p/x *(char (*)[0x80])$buf
dump binary value eeprom_$serrno.bin *(char (*)[0x80])$buf
The binaries shall be checked in unit tests if the structures can be read and CRC calculation is valid.
Dateien
Historie
Von Maximilian Seesslen vor etwa 1 Jahr aktualisiert
- Thema wurde von hwdata: dump while eeprom to bin files zu hwdata: dump whole eeprom to bin files geändert
- Beschreibung aktualisiert (diff)
Von Maximilian Seesslen vor etwa 1 Jahr aktualisiert
- Datei eeprom_4.bin eeprom_4.bin wurde hinzugefügt