Hi, I would like to help to support the washing machine i have.

Mod: W3371WCS Edition 111
Nr: 57/117281230
M-Nr: 09386340
Type: HW09-2
Software ID: 2465
Read Key: 0x2b67
Full Access Key: 0x8235
From a previous photo i took when i repaired the board, the board is ELP165F manifactured in 05-2013.
From the same photo i can see a part of the chip and it starts with R56F, so i guess it's the same mentioned here #15 (comment)
I followed this issue #15 but got lost a bit in the various pieces of code linked in it, I need some help ;-)
I too created id2465.rs based on the PR #5 but commented out enable_dummy_bytes, otherwise the dump scripts halted immediatly. Also added the entry in device.rs.
Then i altered the dump_memory example and set
const START: u32 = 0x0000_0400;
const END: u32 = 0x0000_a400;
And then used the same script to try to dump eeprom by setting
const START: u32 = 0xfffa_0000;
const END: u32 = 0xffff_ffff;
The memory read out ok, but the eeprom does not work, it halts immediatly at reading address fffa0000
How can I proceed from this point?
Thanks a lot! ;-)
Hi, I would like to help to support the washing machine i have.
Mod: W3371WCS Edition 111
Nr: 57/117281230
M-Nr: 09386340
Type: HW09-2
Software ID: 2465
Read Key: 0x2b67
Full Access Key: 0x8235
From a previous photo i took when i repaired the board, the board is ELP165F manifactured in 05-2013.
From the same photo i can see a part of the chip and it starts with R56F, so i guess it's the same mentioned here #15 (comment)
I followed this issue #15 but got lost a bit in the various pieces of code linked in it, I need some help ;-)
I too created id2465.rs based on the PR #5 but commented out enable_dummy_bytes, otherwise the dump scripts halted immediatly. Also added the entry in device.rs.
Then i altered the
dump_memoryexample and setAnd then used the same script to try to dump eeprom by setting
The memory read out ok, but the eeprom does not work, it halts immediatly at
reading address fffa0000How can I proceed from this point?
Thanks a lot! ;-)