25LC1024 driver description

The 25LC1024 driver requires the presence of the SPI driver (either the hardware or software (bit banged) driver).

Multibyte reads and writes are faster than multiple single byte reads and writes. This is because of two factors:

  1. the 25LC1024 has an internal cash which greatly speads up writing
  2. a read or write requires the address of the location within the 25LC1024 to be sent. The address is sent for each single byte read or write and is only sent once for each multibyte read or write.