Open ildar opened 6 years ago
I wonder if it's possible to read eeprom with fxload?
You can use my fx2 project which does have this functionality. pip3 install fx2 then fx2tool read_eeprom 0 256 -f eeprom.bin.
pip3 install fx2
fx2tool read_eeprom 0 256 -f eeprom.bin
I wonder if it's possible to read eeprom with fxload?