Help retrieving password from eeprom

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Help retrieving password from eeprom

3,340 Views
scottshaffer
Contributor I
Hello, I have a karaoke machine what I have lost the bios password for and the machine is now locked and unable to use. I have received some help from the original owner in Japan and they have suggested to try to read the eeprom to retrieve the code. Is there a way I can unlock this eeprom chip and reset the chip to reprogram the password or retrieve the password from the chip? Is there a way to find the original *.bin file?
 
Thank you for your help? 
 
chip: PCF8593
Type:Clock/Calendar
0 Kudos
Reply
1 Reply

3,305 Views
JozefKozon
NXP TechSupport
NXP TechSupport

Hello Scott,

I have checked the PCF8593 datasheet and this RTC doesn't contain EEPROM. It contains registers, which if no alarm function is used, they can be used as RAM memory. You can access all registers in the PCF8593 by I2C interface.

JozefKozon_0-1643887804103.png

Please first check the alarm enable bit in Control and Status register, address 00h.

JozefKozon_1-1643887910145.png

If its 0, then the memory locations 08h to 0Fh are free RAM space and you can read what is in there through the I2C interface.

With Best Regards,

Jozef

0 Kudos
Reply