This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

regarding SPI communication

while interfacing SPI with EEPROM we generally send some commands before writing or reading
how does slave differentiates that incoming data is DATA or Address or COMMAND?

Parents
  • how does slave differentiates that incoming data is DATA or Address or COMMAND
    exactly as described in the EEPROM datasheet.

    If you want someone to read the datasheet for you, you need to specify the part number of your EEPROM (they do not all do it the same way)

Reply
  • how does slave differentiates that incoming data is DATA or Address or COMMAND
    exactly as described in the EEPROM datasheet.

    If you want someone to read the datasheet for you, you need to specify the part number of your EEPROM (they do not all do it the same way)

Children