I'm using PGA309 with external EEPROM to hold some parameters. I'm a little bit confused on what's in the PGA309 user's guide. At Figure 4-6, "Set EEPROM Address Pointer Timing", it shows the EEPROM address pointer is 11-bit. What if I have an 8-bit EEPROM like the example showing on Appendix A: External EEPROM Example?
According to Figure 4-8 and Figure A-2, if I need to write a register value, which is 16-bit, to an 8-bit EEPROM, I need to execute the procedure on Figure 4-8 twice. First write the lower byte and then upper byte. Am I right?
Furthermore, is it mandatory to have the data allocated as what it shows on Table A-2?
This is my first time to use EEPROM. I hope I didn't ask dumb questions. Thanks for your help.
Oliver