Bug 1452 - libsrd should support EEPROM emulation use case
Summary: libsrd should support EEPROM emulation use case
Status: CONFIRMED
Alias: None
Product: libsigrokdecode
Classification: Unclassified
Component: Other (show other bugs)
Version: unreleased development snapshot
Hardware: All All
: Normal normal
Target Milestone: ---
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-12-12 09:29 CET by Soeren Apel
Modified: 2019-12-12 09:29 CET (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Soeren Apel 2019-12-12 09:29:05 CET
What I'd like to do is to be able to re-create EEPROM memory contents by simply feeding a recording into one of the EEPROM PDs. Then, PV could track what gets written where and re-create the EEPROM contents that then could be saved to disk.

In order for that to work, PV however needs more information than libsrd and the EEPROM PDs currently provide, namely:

1) How big the storage area is
2) The srd_proto_data/srd_proto_data_binary structs provide no offset information, so currently PV can only know what is written but not where