Help retrieving password from eeprom

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Help retrieving password from eeprom

3,345 次查看
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 项奖励
回复
1 回复

3,310 次查看
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 项奖励
回复