This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hello, i just build DAC with PCM2704. Everything work good until I connect EEPROM. My ROM is BR24L01A-W type with loaded data examle from PCM2704 datasheet. But nothing is doing. Address of ROM is set to 0x50. On logical analyzer i see communication from PCM2704 - write request, but speed of CLOCK is about 2MHz. In datasheet is maximum 100Khz. Where i get this overkill? I think it is too speedy for my normaly clocked EEPROM.
Ondrej,
In page 21 of the d/s, it mentions the device address of the EEPROM is fixed as 0xA0, instead of 0x50. Are you able to try with this address instead?
As I understand, 0x50 is b1010000 and A0 is b10100000. In my humble opinion last bite signalize read or write operation.
Ondrej,
Looking at the datasheet for the EEPROM, it seems the address is fixed at (1010000) then R/W, assuming A2-A0 are 0, which should be A0 with the read bit being 1 correct? Also can you send a schematic as well?