Hi
In the PGA305 datasheet is stated, step 1 on the following procedure:
"7.3.16.1.2 EEPROM Programming Procedure
For programming the EEPROM, the EEPROM is organized in 16 pages of eight bytes each. Write to the 8-byte
EEPROM cache to program the EEPROM memory cells. Select the EEPROM memory page to transfer the
contents of the EEPROM cache.
1. Write the upper four bits of the 7-bit EEPROM address to the EEPROM_PAGE_ADDRESS register to select
the EEPROM page."
Where can I find the EEPROM memory pages as per those instructions above?
The table 20 displays the Control and Status Registers but the addresses are 4 bytes long and there is not way to correlate this table with what is described on step 1.
could I assume that step one is not accurate and use the less significant Byte instead?
the Cache needs 4 Bits <3:0>, can i use the most significant four Bits of these byte to create the pages?
Please advice.