fx2eeprom icon indicating copy to clipboard operation
fx2eeprom copied to clipboard

Fix for eeproms bigger than 4k

Open 0wwafa opened this issue 1 year ago • 2 comments

Added support for eeproms bigger than 4K.

The program as it was failed if the eeprom is bigger than 4096 bytes.

This version works also with bigger eeproms (24c128 for example).

0wwafa avatar Feb 18 '25 00:02 0wwafa

Thanks for the patch.

Please keep the old style of the file, otherwise it is difficult to review the changes.

Thanks

ribalda avatar Feb 24 '25 12:02 ribalda

Sorry, no Idea what you mean. I just transfer data in chunks. In your code you transfer it as a single chunk (which works only for very small eeproms)

0wwafa avatar Feb 25 '25 03:02 0wwafa