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

Why Dummy Byte?

While reading EEPROMs or some other, we have to send DUMMY Bytes in order to receive Results?
Why it is required?

Parents
  • I'm assuming you mean SPI EEPROMs. Well, you have to generate clock pulses in order to shift data out of the EEPROM. It appears that with most (if not all) SPI masters the only way to generate clock pulses is to send bytes. If you think about it, it makes sense.

Reply
  • I'm assuming you mean SPI EEPROMs. Well, you have to generate clock pulses in order to shift data out of the EEPROM. It appears that with most (if not all) SPI masters the only way to generate clock pulses is to send bytes. If you think about it, it makes sense.

Children