[solved] Z-Uno V2: EEPROM no longer works
Posted: 06 Nov 2021 22:01
Although it worked for a long time, I can no longer write to the EEPROM. The function is executed, after a reset all EEPROM memories are 0 again.
Because of some include problems and tests the Z-Uno was provided with factory reset and bootloader updates..... Apparently after that the EEPROM write was no longer possible, because shortly before it still worked.
Was anything in the Z-UNO accidentally overwritten so that no EEPROM is recognized anymore?
I hope the developers have an idea, or what can i do to get the standards again.
Edit: If I read the memory cell immediately after writing at runtime, everything seems ok (0<>255). But at reset the cells are 0.
Edit2: compiler.exe dumpNVM result only 13Byte-File content: 0x0: 3A303030303030303146460D0A :00000001FF..
btw:Is it correct that in the temp_directory/arduino_build_12334/core all *.cpp.o files contain the text "dummy"?
Because of some include problems and tests the Z-Uno was provided with factory reset and bootloader updates..... Apparently after that the EEPROM write was no longer possible, because shortly before it still worked.
Was anything in the Z-UNO accidentally overwritten so that no EEPROM is recognized anymore?
I hope the developers have an idea, or what can i do to get the standards again.
Edit: If I read the memory cell immediately after writing at runtime, everything seems ok (0<>255). But at reset the cells are 0.
Edit2: compiler.exe dumpNVM result only 13Byte-File content: 0x0: 3A303030303030303146460D0A :00000001FF..
btw:Is it correct that in the temp_directory/arduino_build_12334/core all *.cpp.o files contain the text "dummy"?